Go to the source code of this file.
◆ MSGPACK_PP_ARRAY_TO_SEQ
| #define MSGPACK_PP_ARRAY_TO_SEQ |
( |
| array | ) |
|
Value:
( \
MSGPACK_PP_ARRAY_SIZE(array), \
) \
(array) \
#define MSGPACK_PP_ARRAY_TO_SEQ_DO(array)
Definition to_seq.hpp:43
#define MSGPACK_PP_ARRAY_TO_SEQ_EMPTY(array)
Definition to_seq.hpp:33
#define MSGPACK_PP_IF(cond, t, f)
Definition if.hpp:26
◆ MSGPACK_PP_ARRAY_TO_SEQ_DO
| #define MSGPACK_PP_ARRAY_TO_SEQ_DO |
( |
| array | ) |
|
Value:
#define MSGPACK_PP_TUPLE_TO_SEQ(size, tuple)
Definition to_seq.hpp:45
◆ MSGPACK_PP_ARRAY_TO_SEQ_EMPTY
| #define MSGPACK_PP_ARRAY_TO_SEQ_EMPTY |
( |
| array | ) |
|