MessagePack for C++
Classes | Namespaces
tuple.hpp File Reference
#include "msgpack/versioning.hpp"
#include "msgpack/adaptor/adaptor_base.hpp"
#include "msgpack/adaptor/check_container_size.hpp"
#include "msgpack/meta.hpp"
#include <tuple>
Include dependency graph for tuple.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  msgpack::StdTuplePacker< Stream, Tuple, N >
 
struct  msgpack::StdTuplePacker< Stream, Tuple, 0 >
 
struct  msgpack::adaptor::pack< std::tuple< Args... > >
 
struct  msgpack::StdTupleAsImpl< T, Args >
 
struct  msgpack::StdTupleAs< Args >
 
struct  msgpack::StdTupleAs<>
 
struct  msgpack::StdTupleConverter< Tuple, N >
 
struct  msgpack::StdTupleConverter< Tuple, 0 >
 
struct  msgpack::adaptor::as< std::tuple< Args... >, typename std::enable_if< msgpack::any_of< msgpack::has_as, Args... >::value >::type >
 
struct  msgpack::adaptor::convert< std::tuple< Args... > >
 
struct  msgpack::StdTupleToObjectWithZone< Tuple, N >
 
struct  msgpack::StdTupleToObjectWithZone< Tuple, 0 >
 
struct  msgpack::adaptor::object_with_zone< std::tuple< Args... > >
 

Namespaces

 msgpack
 
 msgpack::adaptor