MessagePack for C++
Macros
to_tuple.hpp File Reference
#include <msgpack/preprocessor/array/data.hpp>
#include <msgpack/preprocessor/array/size.hpp>
#include <msgpack/preprocessor/control/if.hpp>

Go to the source code of this file.

Macros

#define MSGPACK_PP_ARRAY_TO_TUPLE(array)
 
#define MSGPACK_PP_ARRAY_TO_TUPLE_EMPTY(array)
 

Macro Definition Documentation

#define MSGPACK_PP_ARRAY_TO_TUPLE (   array)
Value:
( \
) \
(array) \
#define MSGPACK_PP_IF(cond, t, f)
Definition: if.hpp:26
#define MSGPACK_PP_ARRAY_DATA(array)
Definition: data.hpp:23
#define MSGPACK_PP_ARRAY_TO_TUPLE_EMPTY(array)
Definition: to_tuple.hpp:31
#define MSGPACK_PP_ARRAY_SIZE(array)
Definition: size.hpp:23
#define MSGPACK_PP_ARRAY_TO_TUPLE_EMPTY (   array)