cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
Loading...
Searching...
No Matches
unordered_set.h File Reference

Definition of classes to support serialization of std::unordered_set instances. More...

Include dependency graph for unordered_set.h:

Go to the source code of this file.

Classes

struct  msgpack_light::type_support::serialization_traits< std::unordered_multiset< Key, Hash, KeyEqual, Allocator > >
 Class to serialize std::unordered_multiset instances. More...
struct  msgpack_light::type_support::serialization_traits< std::unordered_set< Key, Hash, KeyEqual, Allocator > >
 Class to serialize std::unordered_set instances. More...

Namespaces

namespace  msgpack_light
 Namespace of this project.
namespace  msgpack_light::type_support
 Namespace of classes to support serialization of types.

Detailed Description

Definition of classes to support serialization of std::unordered_set instances.

Definition in file unordered_set.h.