MessagePack for C++
|
#include <msgpack/preprocessor/arithmetic/dec.hpp>
#include <msgpack/preprocessor/config/config.hpp>
#include <msgpack/preprocessor/seq/first_n.hpp>
#include <msgpack/preprocessor/seq/size.hpp>
Go to the source code of this file.
Macros | |
#define | MSGPACK_PP_SEQ_POP_BACK(seq) MSGPACK_PP_SEQ_POP_BACK_I(seq) |
#define | MSGPACK_PP_SEQ_POP_BACK_I(seq) MSGPACK_PP_SEQ_FIRST_N(MSGPACK_PP_DEC(MSGPACK_PP_SEQ_SIZE(seq)), seq) |
#define MSGPACK_PP_SEQ_POP_BACK | ( | seq | ) | MSGPACK_PP_SEQ_POP_BACK_I(seq) |
#define MSGPACK_PP_SEQ_POP_BACK_I | ( | seq | ) | MSGPACK_PP_SEQ_FIRST_N(MSGPACK_PP_DEC(MSGPACK_PP_SEQ_SIZE(seq)), seq) |