MessagePack for C++
Loading...
Searching...
No Matches
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>
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>
void msgpack::type::define_map_imp< Tuple, N >::pack ( Packer & pk,
Tuple const & t )
inlinestatic

References pack().

Referenced by pack().

◆ unpack()

template<typename Tuple, std::size_t N>
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

References msgpack::type::convert_helper(), and unpack().

Referenced by unpack().


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