cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of classes to support serialization of std::unordered_map instances. More...
#include <unordered_map>
#include "msgpack_light/type_support/details/general_map_container_traits.h"
#include "msgpack_light/type_support/fwd.h"
Go to the source code of this file.
Classes | |
struct | msgpack_light::type_support::serialization_traits< std::unordered_map< Key, Value, Hash, KeyEqual, Allocator > > |
Class to serialize std::unordered_map instances. More... | |
struct | msgpack_light::type_support::serialization_traits< std::unordered_multimap< Key, Value, Hash, KeyEqual, Allocator > > |
Class to serialize std::unordered_multimap instances. More... |
Namespaces | |
namespace | msgpack_light |
Namespace of this project. | |
namespace | msgpack_light::type_support |
Namespace of classes to support serialization of types. |
Definition of classes to support serialization of std::unordered_map instances.
Definition in file unordered_map.h.