MessagePack for C++
Macros
to_seq.hpp File Reference
#include <msgpack/preprocessor/cat.hpp>
#include <msgpack/preprocessor/config/config.hpp>
#include <msgpack/preprocessor/array/size.hpp>
#include <msgpack/preprocessor/control/if.hpp>
#include <msgpack/preprocessor/tuple/to_seq.hpp>

Go to the source code of this file.

Macros

#define MSGPACK_PP_ARRAY_TO_SEQ(array)
 
#define MSGPACK_PP_ARRAY_TO_SEQ_EMPTY(array)
 
#define MSGPACK_PP_ARRAY_TO_SEQ_DO(array)   MSGPACK_PP_TUPLE_TO_SEQ array
 

Macro Definition Documentation

#define MSGPACK_PP_ARRAY_TO_SEQ (   array)
Value:
( \
) \
(array) \
#define MSGPACK_PP_ARRAY_TO_SEQ_DO(array)
Definition: to_seq.hpp:43
#define MSGPACK_PP_IF(cond, t, f)
Definition: if.hpp:26
#define MSGPACK_PP_ARRAY_TO_SEQ_EMPTY(array)
Definition: to_seq.hpp:33
#define MSGPACK_PP_ARRAY_SIZE(array)
Definition: size.hpp:23
#define MSGPACK_PP_ARRAY_TO_SEQ_DO (   array)    MSGPACK_PP_TUPLE_TO_SEQ array
#define MSGPACK_PP_ARRAY_TO_SEQ_EMPTY (   array)