MessagePack for C++
Loading...
Searching...
No Matches
cat.hpp File Reference
Include dependency graph for cat.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_CAT(list)
#define MSGPACK_PP_LIST_CAT_I(list)
#define MSGPACK_PP_LIST_CAT_O(d, s, x)
#define MSGPACK_PP_LIST_CAT_D(d, list)
#define MSGPACK_PP_LIST_CAT_D_I(d, list)

Macro Definition Documentation

◆ MSGPACK_PP_LIST_CAT

#define MSGPACK_PP_LIST_CAT ( list)
Value:
#define MSGPACK_PP_LIST_CAT_I(list)
Definition cat.hpp:28

◆ MSGPACK_PP_LIST_CAT_D

#define MSGPACK_PP_LIST_CAT_D ( d,
list )
Value:
#define MSGPACK_PP_LIST_CAT_D_I(d, list)
Definition cat.hpp:39

◆ MSGPACK_PP_LIST_CAT_D_I

#define MSGPACK_PP_LIST_CAT_D_I ( d,
list )
Value:
MSGPACK_PP_LIST_FOLD_LEFT_ ## d(MSGPACK_PP_LIST_CAT_O, MSGPACK_PP_LIST_FIRST(list), MSGPACK_PP_LIST_REST(list))
#define MSGPACK_PP_LIST_FIRST(list)
Definition adt.hpp:32
#define MSGPACK_PP_LIST_REST(list)
Definition adt.hpp:44
#define MSGPACK_PP_LIST_CAT_O(d, s, x)
Definition cat.hpp:31

◆ MSGPACK_PP_LIST_CAT_I

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

◆ MSGPACK_PP_LIST_CAT_O

#define MSGPACK_PP_LIST_CAT_O ( d,
s,
x )
Value:
#define MSGPACK_PP_CAT(a, b)
Definition cat.hpp:24