cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of classes to support serialization of vectors. More...
#include <vector>
#include "msgpack_light/type_support/details/general_array_container_traits.h"
#include "msgpack_light/type_support/details/general_binary_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::vector< T, Allocator > > |
Class to serialize std::vector instances. More... | |
struct | msgpack_light::type_support::serialization_traits< std::vector< unsigned char, Allocator > > |
Class to serialize std::vector instances with unsigned char elements. 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 vectors.
Definition in file vector.h.