MessagePack for C++
Loading...
Searching...
No Matches
Macros
to_tuple.hpp File Reference
#include <msgpack/preprocessor/array/data.hpp>
#include <msgpack/preprocessor/array/size.hpp>
#include <msgpack/preprocessor/control/if.hpp>
Include dependency graph for to_tuple.hpp:
This graph shows which files directly or indirectly include this file:

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

◆ MSGPACK_PP_ARRAY_TO_TUPLE

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

◆ MSGPACK_PP_ARRAY_TO_TUPLE_EMPTY

#define MSGPACK_PP_ARRAY_TO_TUPLE_EMPTY (   array)