MessagePack for C++
|
Go to the source code of this file.
Macros | |
#define | MSGPACK_PP_SEQ_HEAD(seq) MSGPACK_PP_SEQ_ELEM(0, seq) |
#define | MSGPACK_PP_SEQ_TAIL(seq) MSGPACK_PP_SEQ_TAIL_I seq |
#define | MSGPACK_PP_SEQ_TAIL_I(x) |
#define | MSGPACK_PP_SEQ_NIL(x) (x) |
#define MSGPACK_PP_SEQ_HEAD | ( | seq | ) | MSGPACK_PP_SEQ_ELEM(0, seq) |
#define MSGPACK_PP_SEQ_NIL | ( | x | ) | (x) |
#define MSGPACK_PP_SEQ_TAIL | ( | seq | ) | MSGPACK_PP_SEQ_TAIL_I seq |
#define MSGPACK_PP_SEQ_TAIL_I | ( | x | ) |