MessagePack for C++
|
#include "msgpack/v1/adaptor/array_ref.hpp"
#include "msgpack/adaptor/check_container_size.hpp"
#include <cstring>
#include <string>
Go to the source code of this file.
Namespaces | |
msgpack | |
msgpack::type | |
msgpack::adaptor | |
Functions | |
template<typename T > | |
array_ref< T const > | msgpack::type::make_array_ref (T const &t) |
template<typename T > | |
array_ref< T > | msgpack::type::make_array_ref (T &t) |