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_SEQ_REPLACE(seq, i, elem)
#define MSGPACK_PP_SEQ_REPLACE_I(seq, i, elem)
#define MSGPACK_PP_SEQ_REPLACE_DETAIL_REST_EMPTY(seq, i)
#define MSGPACK_PP_SEQ_REPLACE_DETAIL_REST_VALID(seq, i)
#define MSGPACK_PP_SEQ_REPLACE_DETAIL_REST(seq, i)

Macro Definition Documentation

◆ MSGPACK_PP_SEQ_REPLACE

#define MSGPACK_PP_SEQ_REPLACE ( seq,
i,
elem )
Value:
#define MSGPACK_PP_SEQ_REPLACE_I(seq, i, elem)
Definition replace.hpp:30

◆ MSGPACK_PP_SEQ_REPLACE_DETAIL_REST

#define MSGPACK_PP_SEQ_REPLACE_DETAIL_REST ( seq,
i )
Value:
( \
MSGPACK_PP_EQUAL(i,MSGPACK_PP_DEC(MSGPACK_PP_SEQ_SIZE(seq))), \
) \
(seq, i) \
#define MSGPACK_PP_DEC(x)
Definition dec.hpp:24
#define MSGPACK_PP_IIF(bit, t, f)
Definition iif.hpp:20
#define MSGPACK_PP_SEQ_REPLACE_DETAIL_REST_EMPTY(seq, i)
Definition replace.hpp:33
#define MSGPACK_PP_SEQ_REPLACE_DETAIL_REST_VALID(seq, i)
Definition replace.hpp:34
#define MSGPACK_PP_SEQ_SIZE(seq)
Definition size.hpp:28

◆ MSGPACK_PP_SEQ_REPLACE_DETAIL_REST_EMPTY

#define MSGPACK_PP_SEQ_REPLACE_DETAIL_REST_EMPTY ( seq,
i )

◆ MSGPACK_PP_SEQ_REPLACE_DETAIL_REST_VALID

#define MSGPACK_PP_SEQ_REPLACE_DETAIL_REST_VALID ( seq,
i )
Value:
#define MSGPACK_PP_INC(x)
Definition inc.hpp:24
#define MSGPACK_PP_SEQ_REST_N(n, seq)
Definition rest_n.hpp:30

◆ MSGPACK_PP_SEQ_REPLACE_I

#define MSGPACK_PP_SEQ_REPLACE_I ( seq,
i,
elem )
Value:
#define MSGPACK_PP_SEQ_FIRST_N(n, seq)
Definition first_n.hpp:26
#define MSGPACK_PP_SEQ_REPLACE_DETAIL_REST(seq, i)
Definition replace.hpp:35