Go to the source code of this file.
◆ MSGPACK_PP_LIST_TO_TUPLE
#define MSGPACK_PP_LIST_TO_TUPLE |
( |
|
list | ) |
|
Value: ( \
MSGPACK_PP_LIST_IS_NIL(list), \
MSGPACK_PP_LIST_TO_TUPLE_EMPTY, \
MSGPACK_PP_LIST_TO_TUPLE_DO \
) \
(list) \
#define MSGPACK_PP_IIF(bit, t, f)
Definition: iif.hpp:20
◆ MSGPACK_PP_LIST_TO_TUPLE_DO
◆ MSGPACK_PP_LIST_TO_TUPLE_EMPTY
#define MSGPACK_PP_LIST_TO_TUPLE_EMPTY |
( |
|
list | ) |
|
◆ MSGPACK_PP_LIST_TO_TUPLE_I
◆ MSGPACK_PP_LIST_TO_TUPLE_R
#define MSGPACK_PP_LIST_TO_TUPLE_R |
( |
|
r, |
|
|
|
list |
|
) |
| |
Value: ( \
MSGPACK_PP_LIST_IS_NIL(list), \
MSGPACK_PP_LIST_TO_TUPLE_R_EMPTY, \
MSGPACK_PP_LIST_TO_TUPLE_R_DO \
) \
(r, list) \
#define MSGPACK_PP_IIF(bit, t, f)
Definition: iif.hpp:20
◆ MSGPACK_PP_LIST_TO_TUPLE_R_DO
◆ MSGPACK_PP_LIST_TO_TUPLE_R_EMPTY
#define MSGPACK_PP_LIST_TO_TUPLE_R_EMPTY |
( |
|
r, |
|
|
|
list |
|
) |
| |
◆ MSGPACK_PP_LIST_TO_TUPLE_R_I