MessagePack for C++
|
#include <msgpack/preprocessor/config/config.hpp>
#include <msgpack/preprocessor/seq/enum.hpp>
#include <msgpack/preprocessor/seq/size.hpp>
Go to the source code of this file.
Macros | |
#define | MSGPACK_PP_SEQ_TO_ARRAY(seq) MSGPACK_PP_SEQ_TO_ARRAY_I(seq) |
#define | MSGPACK_PP_SEQ_TO_ARRAY_I(seq) (MSGPACK_PP_SEQ_SIZE(seq), (MSGPACK_PP_SEQ_ENUM(seq))) |
#define MSGPACK_PP_SEQ_TO_ARRAY | ( | seq | ) | MSGPACK_PP_SEQ_TO_ARRAY_I(seq) |
#define MSGPACK_PP_SEQ_TO_ARRAY_I | ( | seq | ) | (MSGPACK_PP_SEQ_SIZE(seq), (MSGPACK_PP_SEQ_ENUM(seq))) |