MessagePack for C++
Public Member Functions | List of all members
msgpack::adaptor::as< std::map< K, V, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value &&msgpack::has_as< V >::value >::type > Struct Template Reference

#include <map.hpp>

Public Member Functions

std::map< K, V, Compare, Alloc > operator() (msgpack::object const &o) const
 

Member Function Documentation

§ operator()()

template<typename K , typename V , typename Compare , typename Alloc >
std::map<K, V, Compare, Alloc> msgpack::adaptor::as< std::map< K, V, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value &&msgpack::has_as< V >::value >::type >::operator() ( msgpack::object const &  o) const
inline

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