MessagePack for C++
Classes | Namespaces | Macros | Typedefs | Functions
cpp_config_decl.hpp File Reference
#include "msgpack/versioning.hpp"
#include <memory>

Go to the source code of this file.

Classes

struct  msgpack::unique_ptr< T >
 
struct  msgpack::enable_if< P, T >
 
struct  msgpack::integral_constant< T, val >
 
struct  msgpack::is_same< T, U >
 
struct  msgpack::underlying_type< T >
 
struct  msgpack::is_array< T >
 
struct  msgpack::remove_const< T >
 
struct  msgpack::remove_volatile< T >
 
struct  msgpack::remove_cv< T >
 
struct  msgpack::is_pointer< T >
 

Namespaces

 msgpack
 

Macros

#define MSGPACK_USE_CPP03
 
#define nullptr   (0)
 

Typedefs

typedef integral_constant< bool, true > msgpack::true_type
 
typedef integral_constant< bool, false > msgpack::false_type
 

Functions

template<typename T >
T & msgpack::move (T &t)
 
template<typename T >
T const & msgpack::move (T const &t)
 

Macro Definition Documentation

#define MSGPACK_USE_CPP03
#define nullptr   (0)