MessagePack for C++
Public Types | List of all members
msgpack::type::tuple_type< T > Struct Template Reference

#include <cpp03_msgpack_tuple.hpp>

Public Types

typedef T type
 
typedef T value_type
 
typedef T & reference
 
typedef const T & const_reference
 
typedef const T & transparent_reference
 

Member Typedef Documentation

template<typename T>
typedef const T& msgpack::type::tuple_type< T >::const_reference
template<typename T>
typedef T& msgpack::type::tuple_type< T >::reference
template<typename T>
typedef const T& msgpack::type::tuple_type< T >::transparent_reference
template<typename T>
typedef T msgpack::type::tuple_type< T >::type
template<typename T>
typedef T msgpack::type::tuple_type< T >::value_type

The documentation for this struct was generated from the following file: