MessagePack for C++
Loading...
Searching...
No Matches
reverse.hpp File Reference
Include dependency graph for reverse.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MSGPACK_PP_LIST_REVERSE(list)
#define MSGPACK_PP_LIST_REVERSE_I(list)
#define MSGPACK_PP_LIST_REVERSE_O(d, s, x)
#define MSGPACK_PP_LIST_REVERSE_D(d, list)
#define MSGPACK_PP_LIST_REVERSE_D_I(d, list)

Macro Definition Documentation

◆ MSGPACK_PP_LIST_REVERSE

#define MSGPACK_PP_LIST_REVERSE ( list)
Value:
#define MSGPACK_PP_LIST_REVERSE_I(list)
Definition reverse.hpp:26

◆ MSGPACK_PP_LIST_REVERSE_D

#define MSGPACK_PP_LIST_REVERSE_D ( d,
list )
Value:
#define MSGPACK_PP_LIST_REVERSE_D_I(d, list)
Definition reverse.hpp:37

◆ MSGPACK_PP_LIST_REVERSE_D_I

#define MSGPACK_PP_LIST_REVERSE_D_I ( d,
list )
Value:
MSGPACK_PP_LIST_FOLD_LEFT_ ## d(MSGPACK_PP_LIST_REVERSE_O, MSGPACK_PP_NIL, list)
#define MSGPACK_PP_LIST_REVERSE_O(d, s, x)
Definition reverse.hpp:29

◆ MSGPACK_PP_LIST_REVERSE_I

#define MSGPACK_PP_LIST_REVERSE_I ( list)
Value:
#define MSGPACK_PP_LIST_FOLD_LEFT
Definition fold_left.hpp:28

◆ MSGPACK_PP_LIST_REVERSE_O

#define MSGPACK_PP_LIST_REVERSE_O ( d,
s,
x )
Value:
(x, s)