MessagePack for C++
Loading...
Searching...
No Matches
rest_n.hpp File Reference
Include dependency graph for rest_n.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_REST_N(n, seq)
#define MSGPACK_PP_SEQ_REST_N_I(n, seq)
#define MSGPACK_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, size)

Macro Definition Documentation

◆ MSGPACK_PP_SEQ_REST_N

#define MSGPACK_PP_SEQ_REST_N ( n,
seq )
Value:
#define MSGPACK_PP_SEQ_REST_N_I(n, seq)
Definition rest_n.hpp:31

◆ MSGPACK_PP_SEQ_REST_N_DETAIL_EXEC

#define MSGPACK_PP_SEQ_REST_N_DETAIL_EXEC ( n,
seq,
size )
Value:
( \
( \
MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY_SIZE(size), \
MSGPACK_PP_NOT_EQUAL(n,size) \
), \
MSGPACK_PP_TUPLE_ELEM(2, 1, MSGPACK_PP_SEQ_SPLIT(MSGPACK_PP_INC(n), MSGPACK_PP_IDENTITY( (nil) seq )))() \
) \
#define MSGPACK_PP_INC(x)
Definition inc.hpp:24
#define MSGPACK_PP_BITAND(x, y)
Definition bitand.hpp:22
#define MSGPACK_PP_EXPR_IIF(bit, expr)
Definition expr_iif.hpp:22
#define MSGPACK_PP_IDENTITY(item)
Definition identity.hpp:23
#define MSGPACK_PP_SEQ_SPLIT(n, seq)
Definition split.hpp:19

◆ MSGPACK_PP_SEQ_REST_N_I

#define MSGPACK_PP_SEQ_REST_N_I ( n,
seq )
Value:
#define MSGPACK_PP_SEQ_DETAIL_EMPTY_SIZE(seq)
Definition is_empty.hpp:45
#define MSGPACK_PP_SEQ_REST_N_DETAIL_EXEC(n, seq, size)
Definition rest_n.hpp:34