MessagePack for C++
|
#include <msgpack/preprocessor/config/config.hpp>
Go to the source code of this file.
Macros | |
#define | MSGPACK_PP_CAT(a, b) MSGPACK_PP_CAT_OO((a, b)) |
#define | MSGPACK_PP_CAT_OO(par) MSGPACK_PP_CAT_I ## par |
#define | MSGPACK_PP_CAT_I(a, b) MSGPACK_PP_CAT_II(~, a ## b) |
#define | MSGPACK_PP_CAT_II(p, res) res |
#define MSGPACK_PP_CAT | ( | a, | |
b | |||
) | MSGPACK_PP_CAT_OO((a, b)) |
#define MSGPACK_PP_CAT_I | ( | a, | |
b | |||
) | MSGPACK_PP_CAT_II(~, a ## b) |
#define MSGPACK_PP_CAT_II | ( | p, | |
res | |||
) | res |
#define MSGPACK_PP_CAT_OO | ( | par | ) | MSGPACK_PP_CAT_I ## par |