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_SEQ_REVERSE(seq)
#define MSGPACK_PP_SEQ_REVERSE_I(seq)
#define MSGPACK_PP_SEQ_REVERSE_O(s, state, elem)
#define MSGPACK_PP_SEQ_REVERSE_S(s, seq)
#define MSGPACK_PP_SEQ_REVERSE_S_I(s, seq)

Macro Definition Documentation

◆ MSGPACK_PP_SEQ_REVERSE

#define MSGPACK_PP_SEQ_REVERSE ( seq)
Value:
#define MSGPACK_PP_SEQ_REVERSE_I(seq)
Definition reverse.hpp:25

◆ MSGPACK_PP_SEQ_REVERSE_I

#define MSGPACK_PP_SEQ_REVERSE_I ( seq)
Value:
#define MSGPACK_PP_EMPTY()
Definition empty.hpp:21
#define MSGPACK_PP_SEQ_FOLD_LEFT
Definition fold_left.hpp:29
#define MSGPACK_PP_SEQ_REVERSE_O(s, state, elem)
Definition reverse.hpp:28

◆ MSGPACK_PP_SEQ_REVERSE_O

#define MSGPACK_PP_SEQ_REVERSE_O ( s,
state,
elem )
Value:
(elem) state

◆ MSGPACK_PP_SEQ_REVERSE_S

#define MSGPACK_PP_SEQ_REVERSE_S ( s,
seq )
Value:
#define MSGPACK_PP_SEQ_REVERSE_S_I(s, seq)
Definition reverse.hpp:36

◆ MSGPACK_PP_SEQ_REVERSE_S_I

#define MSGPACK_PP_SEQ_REVERSE_S_I ( s,
seq )
Value:
MSGPACK_PP_SEQ_FOLD_LEFT_ ## s(MSGPACK_PP_SEQ_REVERSE_O, MSGPACK_PP_EMPTY, seq)()