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

Go to the source code of this file.

Macros

#define MSGPACK_PP_ARRAY_REPLACE(array, i, elem)
#define MSGPACK_PP_ARRAY_REPLACE_I(d, array, i, elem)
#define MSGPACK_PP_ARRAY_REPLACE_D(d, array, i, elem)
#define MSGPACK_PP_ARRAY_REPLACE_D_I(d, array, i, elem)
#define MSGPACK_PP_ARRAY_REPLACE_P(d, state)
#define MSGPACK_PP_ARRAY_REPLACE_O(d, state)
#define MSGPACK_PP_ARRAY_REPLACE_O_I(n, i, elem, res, arr)

Macro Definition Documentation

◆ MSGPACK_PP_ARRAY_REPLACE

#define MSGPACK_PP_ARRAY_REPLACE ( array,
i,
elem )
Value:
#define MSGPACK_PP_ARRAY_REPLACE_I(d, array, i, elem)
Definition replace.hpp:28
#define MSGPACK_PP_DEDUCE_D()
Definition deduce_d.hpp:20

◆ MSGPACK_PP_ARRAY_REPLACE_D

#define MSGPACK_PP_ARRAY_REPLACE_D ( d,
array,
i,
elem )
Value:
MSGPACK_PP_ARRAY_REPLACE_D_I(d, array, i, elem)
#define MSGPACK_PP_ARRAY_REPLACE_D_I(d, array, i, elem)
Definition replace.hpp:36

◆ MSGPACK_PP_ARRAY_REPLACE_D_I

#define MSGPACK_PP_ARRAY_REPLACE_D_I ( d,
array,
i,
elem )
Value:
MSGPACK_PP_TUPLE_ELEM(5, 3, MSGPACK_PP_WHILE_ ## d(MSGPACK_PP_ARRAY_REPLACE_P, MSGPACK_PP_ARRAY_REPLACE_O, (0, i, elem, (0, ()), array)))
#define MSGPACK_PP_ARRAY_REPLACE_O(d, state)
Definition replace.hpp:44
#define MSGPACK_PP_ARRAY_REPLACE_P(d, state)
Definition replace.hpp:39
#define MSGPACK_PP_TUPLE_ELEM(size, n, tuple)
Definition elem.hpp:57

◆ MSGPACK_PP_ARRAY_REPLACE_I

#define MSGPACK_PP_ARRAY_REPLACE_I ( d,
array,
i,
elem )
Value:
MSGPACK_PP_ARRAY_REPLACE_D(d, array, i, elem)
#define MSGPACK_PP_ARRAY_REPLACE_D(d, array, i, elem)
Definition replace.hpp:35

◆ MSGPACK_PP_ARRAY_REPLACE_O

#define MSGPACK_PP_ARRAY_REPLACE_O ( d,
state )
Value:
#define MSGPACK_PP_ARRAY_REPLACE_O_I(n, i, elem, res, arr)
Definition replace.hpp:47

◆ MSGPACK_PP_ARRAY_REPLACE_O_I

#define MSGPACK_PP_ARRAY_REPLACE_O_I ( n,
i,
elem,
res,
arr )
Value:
#define MSGPACK_PP_INC(x)
Definition inc.hpp:24
#define MSGPACK_PP_ARRAY_ELEM(i, array)
Definition elem.hpp:25
#define MSGPACK_PP_ARRAY_PUSH_BACK(array, elem)
Definition push_back.hpp:29
#define MSGPACK_PP_IIF(bit, t, f)
Definition iif.hpp:20
#define MSGPACK_PP_NOT_EQUAL(x, y)
Definition not_equal.hpp:26

◆ MSGPACK_PP_ARRAY_REPLACE_P

#define MSGPACK_PP_ARRAY_REPLACE_P ( d,
state )
Value:
#define MSGPACK_PP_ARRAY_SIZE(array)
Definition size.hpp:23