MessagePack for C++
|
Go to the source code of this file.
Macros | |
#define | MSGPACK_PP_ARRAY_DATA(array) MSGPACK_PP_ARRAY_DATA_I(array) |
#define | MSGPACK_PP_ARRAY_DATA_I(array) MSGPACK_PP_ARRAY_DATA_II array |
#define | MSGPACK_PP_ARRAY_DATA_II(size, data) data |
#define MSGPACK_PP_ARRAY_DATA | ( | array | ) | MSGPACK_PP_ARRAY_DATA_I(array) |
#define MSGPACK_PP_ARRAY_DATA_I | ( | array | ) | MSGPACK_PP_ARRAY_DATA_II array |
#define MSGPACK_PP_ARRAY_DATA_II | ( | size, | |
data | |||
) | data |