|
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 | |
| msgpack | |
| msgpack::type | |
| msgpack::adaptor | |
Functions | |
| template<typename T > | |
| msgpack::enable_if< !msgpack::is_array< T const >::value, array_ref< T const >>::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]) |