CppWAMP
C++11 client library for the WAMP protocol
|
Provides facilities allowing Variant to interoperate with std::array. More...
Go to the source code of this file.
Namespaces | |
wamp | |
Functions | |
template<typename T , std::size_t Size> | |
void | wamp::convert (FromVariantConverter &conv, std::array< T, Size > &array) |
Performs the conversion from an array variant to a std::array . More... | |
template<typename T , std::size_t Size> | |
void | wamp::convert (ToVariantConverter &conv, std::array< T, Size > &array) |
Performs the conversion from a std::array to an array variant. More... | |
Provides facilities allowing Variant to interoperate with std::array.