|
MessagePack for C++
|
#include "msgpack/adaptor/check_container_size.hpp"#include "msgpack/cpp_config.hpp"#include <cstring>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | msgpack |
| namespace | msgpack::type |
| namespace | msgpack::adaptor |
Functions | |
| template<typename T > | |
| msgpack::enable_if<!msgpack::is_array< Tconst >::value, array_ref< Tconst > >::type | msgpack::type::make_array_ref (const T &t) |
| template<typename T > | |
| msgpack::enable_if<!msgpack::is_array< T >::value, array_ref< T > >::type | msgpack::type::make_array_ref (T &t) |
| template<typename T , std::size_t N> | |
| array_ref< const T[N]> | msgpack::type::make_array_ref (const T(&t)[N]) |
| template<typename T , std::size_t N> | |
| array_ref< T[N]> | msgpack::type::make_array_ref (T(&t)[N]) |