MessagePack for C++
Static Public Member Functions | List of all members
msgpack::type::define_map_imp< Tuple, N > Struct Template Reference

#include <cpp11_define_map.hpp>

Static Public Member Functions

template<typename Packer >
static void pack (Packer &pk, Tuple const &t)
 
static void unpack (msgpack::object const &o, Tuple const &t, std::map< std::string, msgpack::object const * > const &kvmap)
 
static void object (msgpack::object *o, msgpack::zone &z, Tuple const &t)
 

Member Function Documentation

◆ object()

template<typename Tuple , std::size_t N>
static void msgpack::type::define_map_imp< Tuple, N >::object ( msgpack::object o,
msgpack::zone z,
Tuple const &  t 
)
inlinestatic

◆ pack()

template<typename Tuple , std::size_t N>
template<typename Packer >
static void msgpack::type::define_map_imp< Tuple, N >::pack ( Packer &  pk,
Tuple const &  t 
)
inlinestatic

◆ unpack()

template<typename Tuple , std::size_t N>
static void msgpack::type::define_map_imp< Tuple, N >::unpack ( msgpack::object const &  o,
Tuple const &  t,
std::map< std::string, msgpack::object const * > const &  kvmap 
)
inlinestatic

The documentation for this struct was generated from the following file: