MessagePack for C++
Loading...
Searching...
No Matches
unordered_map.hpp File Reference
Include dependency graph for unordered_map.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  msgpack::adaptor::as< std::unordered_map< K, V, Hash, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value||msgpack::has_as< V >::value >::type >
struct  msgpack::adaptor::convert< std::unordered_map< K, V, Hash, Compare, Alloc > >
struct  msgpack::adaptor::pack< std::unordered_map< K, V, Hash, Compare, Alloc > >
struct  msgpack::adaptor::object_with_zone< std::unordered_map< K, V, Hash, Compare, Alloc > >
struct  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  msgpack::adaptor::convert< std::unordered_multimap< K, V, Hash, Compare, Alloc > >
struct  msgpack::adaptor::pack< std::unordered_multimap< K, V, Hash, Compare, Alloc > >
struct  msgpack::adaptor::object_with_zone< std::unordered_multimap< K, V, Hash, Compare, Alloc > >

Namespaces

namespace  msgpack
namespace  msgpack::adaptor