MessagePack for C++
Classes | Namespaces | Functions
array_ref_decl.hpp File Reference
#include "msgpack/versioning.hpp"
#include "msgpack/adaptor/adaptor_base.hpp"

Go to the source code of this file.

Classes

struct  msgpack::type::array_ref< T >
 

Namespaces

 msgpack
 
 msgpack::type
 

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)