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

Definition of classes to support serialization of strings. More...

#include <string>
#include <string_view>
#include "msgpack_light/serialization_buffer.h"
#include "msgpack_light/type_support/fwd.h"
Include dependency graph for string.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  msgpack_light::type_support::details::general_string_serialization_traits< T >
 Class to serialize strings. More...
struct  msgpack_light::type_support::serialization_traits< std::basic_string< char, std::char_traits< char >, Allocator > >
 Class to serialize strings. More...
struct  msgpack_light::type_support::serialization_traits< std::string_view >
 Class to serialize strings. More...

Namespaces

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

Detailed Description

Definition of classes to support serialization of strings.

Definition in file string.h.