MessagePack for C++
Classes | Namespaces
unordered_map.hpp File Reference
#include "msgpack/versioning.hpp"
#include "msgpack/adaptor/adaptor_base.hpp"
#include "msgpack/adaptor/check_container_size.hpp"
#include <unordered_map>
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

 msgpack
 
 msgpack::adaptor