MessagePack for C++
Loading...
Searching...
No Matches
msgpack::type::define_map_imp< Tuple, 0 > Struct Template Reference

#include <cpp11_define_map.hpp>

Static Public Member Functions

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

Member Function Documentation

◆ object()

template<typename Tuple>
void msgpack::type::define_map_imp< Tuple, 0 >::object ( msgpack::object * ,
msgpack::zone & ,
Tuple const &  )
inlinestatic

◆ pack()

template<typename Tuple>
template<typename Packer>
void msgpack::type::define_map_imp< Tuple, 0 >::pack ( Packer & ,
Tuple const &  )
inlinestatic

◆ unpack()

template<typename Tuple>
void msgpack::type::define_map_imp< Tuple, 0 >::unpack ( msgpack::object const & ,
Tuple const & ,
std::map< std::string, msgpack::object const * > const &  )
inlinestatic

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