|
MessagePack for C++
|
Go to the source code of this file.
Macros | |
| #define | MSGPACK_PP_ARRAY_SIZE(array) MSGPACK_PP_ARRAY_SIZE_I(array) |
| #define | MSGPACK_PP_ARRAY_SIZE_I(array) MSGPACK_PP_ARRAY_SIZE_II array |
| #define | MSGPACK_PP_ARRAY_SIZE_II(size, data) size |
| #define MSGPACK_PP_ARRAY_SIZE | ( | array | ) | MSGPACK_PP_ARRAY_SIZE_I(array) |
| #define MSGPACK_PP_ARRAY_SIZE_I | ( | array | ) | MSGPACK_PP_ARRAY_SIZE_II array |
| #define MSGPACK_PP_ARRAY_SIZE_II | ( | size, | |
| data | |||
| ) | size |
1.8.11