Go to the source code of this file.
|
#define | MSGPACK_PP_LIST_REVERSE(list) MSGPACK_PP_LIST_REVERSE_I(list) |
|
#define | MSGPACK_PP_LIST_REVERSE_I(list) MSGPACK_PP_LIST_FOLD_LEFT(MSGPACK_PP_LIST_REVERSE_O, MSGPACK_PP_NIL, list) |
|
#define | MSGPACK_PP_LIST_REVERSE_O(d, s, x) (x, s) |
|
#define | MSGPACK_PP_LIST_REVERSE_D(d, list) MSGPACK_PP_LIST_REVERSE_D_I(d, list) |
|
#define | MSGPACK_PP_LIST_REVERSE_D_I(d, list) MSGPACK_PP_LIST_FOLD_LEFT_ ## d(MSGPACK_PP_LIST_REVERSE_O, MSGPACK_PP_NIL, list) |
|
#define MSGPACK_PP_LIST_REVERSE_D_I |
( |
|
d, |
|
|
|
list |
|
) |
| MSGPACK_PP_LIST_FOLD_LEFT_ ## d(MSGPACK_PP_LIST_REVERSE_O, MSGPACK_PP_NIL, list) |
#define MSGPACK_PP_LIST_REVERSE_O |
( |
|
d, |
|
|
|
s, |
|
|
|
x |
|
) |
| (x, s) |