MessagePack for C++
|
Go to the source code of this file.
Macros | |
#define | MSGPACK_PP_IS_NULLARY(x) MSGPACK_PP_IS_NULLARY_I(x) |
#define | MSGPACK_PP_IS_NULLARY_I(x) MSGPACK_PP_CHECK(x, MSGPACK_PP_IS_NULLARY_CHECK) |
#define | MSGPACK_PP_IS_NULLARY_CHECK() 1 |
#define | MSGPACK_PP_CHECK_RESULT_MSGPACK_PP_IS_NULLARY_CHECK 0, MSGPACK_PP_NIL |
#define MSGPACK_PP_CHECK_RESULT_MSGPACK_PP_IS_NULLARY_CHECK 0, MSGPACK_PP_NIL |
#define MSGPACK_PP_IS_NULLARY | ( | x | ) | MSGPACK_PP_IS_NULLARY_I(x) |
#define MSGPACK_PP_IS_NULLARY_CHECK | ( | ) | 1 |
#define MSGPACK_PP_IS_NULLARY_I | ( | x | ) | MSGPACK_PP_CHECK(x, MSGPACK_PP_IS_NULLARY_CHECK) |