MessagePack for C++
|
Go to the source code of this file.
Macros | |
#define | MSGPACK_PP_SEQ_POP_FRONT(seq) MSGPACK_PP_SEQ_POP_FRONT_I(seq) |
#define | MSGPACK_PP_SEQ_POP_FRONT_I(seq) MSGPACK_PP_SEQ_TAIL(seq) |
#define MSGPACK_PP_SEQ_POP_FRONT | ( | seq | ) | MSGPACK_PP_SEQ_POP_FRONT_I(seq) |
#define MSGPACK_PP_SEQ_POP_FRONT_I | ( | seq | ) | MSGPACK_PP_SEQ_TAIL(seq) |