MessagePack for C++
Loading...
Searching...
No Matches
append.hpp File Reference
Include dependency graph for append.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_APPEND(a, b)
#define MSGPACK_PP_LIST_APPEND_I(a, b)
#define MSGPACK_PP_LIST_APPEND_O(d, s, x)
#define MSGPACK_PP_LIST_APPEND_D(d, a, b)
#define MSGPACK_PP_LIST_APPEND_D_I(d, a, b)

Macro Definition Documentation

◆ MSGPACK_PP_LIST_APPEND

#define MSGPACK_PP_LIST_APPEND ( a,
b )
Value:
#define MSGPACK_PP_LIST_APPEND_I(a, b)
Definition append.hpp:26

◆ MSGPACK_PP_LIST_APPEND_D

#define MSGPACK_PP_LIST_APPEND_D ( d,
a,
b )
Value:
#define MSGPACK_PP_LIST_APPEND_D_I(d, a, b)
Definition append.hpp:37

◆ MSGPACK_PP_LIST_APPEND_D_I

#define MSGPACK_PP_LIST_APPEND_D_I ( d,
a,
b )
Value:
MSGPACK_PP_LIST_FOLD_RIGHT_ ## d(MSGPACK_PP_LIST_APPEND_O, b, a)
#define MSGPACK_PP_LIST_APPEND_O(d, s, x)
Definition append.hpp:29

◆ MSGPACK_PP_LIST_APPEND_I

#define MSGPACK_PP_LIST_APPEND_I ( a,
b )
Value:
#define MSGPACK_PP_LIST_FOLD_RIGHT
Definition fold_right.hpp:26

◆ MSGPACK_PP_LIST_APPEND_O

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