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

#include <unordered_map.hpp>

Public Member Functions

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

Member Function Documentation

template<typename K , typename V , typename Hash , typename Compare , typename Alloc >
std::unordered_multimap<K, V, Hash, Compare, Alloc> msgpack::adaptor::as< std::unordered_multimap< K, V, Hash, 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: