CppWAMP
C++11 client library for the WAMP protocol
array.hpp File Reference

Provides facilities allowing Variant to interoperate with std::array. More...

#include <array>
#include "../api.hpp"
#include "../error.hpp"
#include "../variant.hpp"

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...
 

Detailed Description

Provides facilities allowing Variant to interoperate with std::array.