MessagePack for C++
|
#include <msgpack/preprocessor/config/config.hpp>
Go to the source code of this file.
Macros | |
#define | MSGPACK_PP_SPLIT(n, im) MSGPACK_PP_SPLIT_I(n)(im) |
#define | MSGPACK_PP_SPLIT_I(n) MSGPACK_PP_SPLIT_ ## n |
#define | MSGPACK_PP_SPLIT_0(a, b) a |
#define | MSGPACK_PP_SPLIT_1(a, b) b |
#define MSGPACK_PP_SPLIT | ( | n, | |
im | |||
) | MSGPACK_PP_SPLIT_I(n)(im) |
#define MSGPACK_PP_SPLIT_0 | ( | a, | |
b | |||
) | a |
#define MSGPACK_PP_SPLIT_1 | ( | a, | |
b | |||
) | b |
#define MSGPACK_PP_SPLIT_I | ( | n | ) | MSGPACK_PP_SPLIT_ ## n |