MessagePack for C++
Macros
seq.hpp File Reference
#include <msgpack/preprocessor/config/config.hpp>
#include <msgpack/preprocessor/seq/elem.hpp>

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)
 

Macro Definition Documentation

#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)