MessagePack for C++
|
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 > |
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) |
#define MSGPACK_USE_CPP03 |
#define nullptr (0) |