MessagePack for C++
Classes | Namespaces | Macros | Typedefs | Functions
cpp_config.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::enable_if< false, T >
 
struct  msgpack::integral_constant< T, val >
 
struct  msgpack::is_same< T, U >
 
struct  msgpack::is_same< T, 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

§ MSGPACK_USE_CPP03

#define MSGPACK_USE_CPP03

§ nullptr

#define nullptr   (0)