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

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

#include <cstddef>
#include <forward_list>
#include <iterator>
#include "msgpack_light/serialization_buffer.h"
#include "msgpack_light/type_support/fwd.h"
Include dependency graph for forward_list.h:

Go to the source code of this file.

Classes

struct  msgpack_light::type_support::serialization_traits< std::forward_list< T, Allocator > >
 Class to serialize std::forward_list 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::forward_list instances.

Definition in file forward_list.h.