|
cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of classes to support serialization of std::pair instances. More...
#include <cstdint>#include <utility>#include "msgpack_light/serialization_buffer.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::pair< T1, T2 > > |
| Class to serialize std::pair 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::pair instances.
Definition in file pair.h.