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), \
) \
(list) \
#define MSGPACK_PP_IIF(bit, t, f)
Definition iif.hpp:20
#define MSGPACK_PP_LIST_TO_TUPLE_DO(list)
Definition to_tuple.hpp:37
#define MSGPACK_PP_LIST_TO_TUPLE_EMPTY(list)
Definition to_tuple.hpp:32
◆ 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), \
) \
(r, list) \
#define MSGPACK_PP_LIST_TO_TUPLE_R_EMPTY(r, list)
Definition to_tuple.hpp:52
#define MSGPACK_PP_LIST_TO_TUPLE_R_DO(r, list)
Definition to_tuple.hpp:57
◆ 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