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
| #define MSGPACK_PP_LIST_TO_TUPLE_DO |
( |
| list | ) |
|
Value:
#define MSGPACK_PP_LIST_TO_TUPLE_I(list)
Definition to_tuple.hpp:38
◆ MSGPACK_PP_LIST_TO_TUPLE_EMPTY
| #define MSGPACK_PP_LIST_TO_TUPLE_EMPTY |
( |
| list | ) |
|
◆ MSGPACK_PP_LIST_TO_TUPLE_I
| #define MSGPACK_PP_LIST_TO_TUPLE_I |
( |
| list | ) |
|
Value:
#define MSGPACK_PP_LIST_ENUM(list)
Definition enum.hpp:26
◆ 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
| #define MSGPACK_PP_LIST_TO_TUPLE_R_DO |
( |
| r, |
|
|
| list ) |
Value:
#define MSGPACK_PP_LIST_TO_TUPLE_R_I(r, list)
Definition to_tuple.hpp:58
◆ MSGPACK_PP_LIST_TO_TUPLE_R_EMPTY
| #define MSGPACK_PP_LIST_TO_TUPLE_R_EMPTY |
( |
| r, |
|
|
| list ) |
◆ MSGPACK_PP_LIST_TO_TUPLE_R_I
| #define MSGPACK_PP_LIST_TO_TUPLE_R_I |
( |
| r, |
|
|
| list ) |
Value:
#define MSGPACK_PP_LIST_ENUM_R(r, list)
Definition enum.hpp:37