Go to the source code of this file.
|
| #define | MSGPACK_PP_ARRAY_INSERT(array, i, elem) |
| #define | MSGPACK_PP_ARRAY_INSERT_I(d, array, i, elem) |
| #define | MSGPACK_PP_ARRAY_INSERT_D(d, array, i, elem) |
| #define | MSGPACK_PP_ARRAY_INSERT_D_I(d, array, i, elem) |
| #define | MSGPACK_PP_ARRAY_INSERT_P(d, state) |
| #define | MSGPACK_PP_ARRAY_INSERT_P_I(_i, _ii, _iii, res, arr) |
| #define | MSGPACK_PP_ARRAY_INSERT_O(d, state) |
| #define | MSGPACK_PP_ARRAY_INSERT_O_I(n, i, elem, res, arr) |
◆ MSGPACK_PP_ARRAY_INSERT
| #define MSGPACK_PP_ARRAY_INSERT |
( |
| array, |
|
|
| i, |
|
|
| elem ) |
Value:
#define MSGPACK_PP_ARRAY_INSERT_I(d, array, i, elem)
Definition insert.hpp:28
#define MSGPACK_PP_DEDUCE_D()
Definition deduce_d.hpp:20
◆ MSGPACK_PP_ARRAY_INSERT_D
| #define MSGPACK_PP_ARRAY_INSERT_D |
( |
| d, |
|
|
| array, |
|
|
| i, |
|
|
| elem ) |
Value:
#define MSGPACK_PP_ARRAY_INSERT_D_I(d, array, i, elem)
Definition insert.hpp:36
◆ MSGPACK_PP_ARRAY_INSERT_D_I
| #define MSGPACK_PP_ARRAY_INSERT_D_I |
( |
| d, |
|
|
| array, |
|
|
| i, |
|
|
| elem ) |
Value:
#define MSGPACK_PP_ARRAY_INSERT_P(d, state)
Definition insert.hpp:42
#define MSGPACK_PP_ARRAY_INSERT_O(d, state)
Definition insert.hpp:50
#define MSGPACK_PP_TUPLE_ELEM(size, n, tuple)
Definition elem.hpp:57
◆ MSGPACK_PP_ARRAY_INSERT_I
| #define MSGPACK_PP_ARRAY_INSERT_I |
( |
| d, |
|
|
| array, |
|
|
| i, |
|
|
| elem ) |
Value:
#define MSGPACK_PP_ARRAY_INSERT_D(d, array, i, elem)
Definition insert.hpp:35
◆ MSGPACK_PP_ARRAY_INSERT_O
| #define MSGPACK_PP_ARRAY_INSERT_O |
( |
| d, |
|
|
| state ) |
Value:MSGPACK_PP_ARRAY_INSERT_O_I(
MSGPACK_PP_TUPLE_ELEM(5, 0, state),
MSGPACK_PP_TUPLE_ELEM(5, 1, state),
MSGPACK_PP_TUPLE_ELEM(5, 2, state),
MSGPACK_PP_TUPLE_ELEM(5, 3, state),
MSGPACK_PP_TUPLE_ELEM(5, 4, state))
#define MSGPACK_PP_ARRAY_INSERT_O_I(n, i, elem, res, arr)
Definition insert.hpp:53
◆ MSGPACK_PP_ARRAY_INSERT_O_I
| #define MSGPACK_PP_ARRAY_INSERT_O_I |
( |
| n, |
|
|
| i, |
|
|
| elem, |
|
|
| res, |
|
|
| arr ) |
Value:(
MSGPACK_PP_IIF(
MSGPACK_PP_NOT_EQUAL(
MSGPACK_PP_ARRAY_SIZE(res), i),
MSGPACK_PP_INC(n), n), i, elem,
MSGPACK_PP_ARRAY_PUSH_BACK(res,
MSGPACK_PP_IIF(
MSGPACK_PP_NOT_EQUAL(
MSGPACK_PP_ARRAY_SIZE(res), i),
MSGPACK_PP_ARRAY_ELEM(n, arr), elem)), arr)
#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_ARRAY_SIZE(array)
Definition size.hpp:23
#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_INSERT_P
| #define MSGPACK_PP_ARRAY_INSERT_P |
( |
| d, |
|
|
| state ) |
Value:
#define MSGPACK_PP_ARRAY_INSERT_P_I(_i, _ii, _iii, res, arr)
Definition insert.hpp:45
◆ MSGPACK_PP_ARRAY_INSERT_P_I
| #define MSGPACK_PP_ARRAY_INSERT_P_I |
( |
| _i, |
|
|
| _ii, |
|
|
| _iii, |
|
|
| res, |
|
|
| arr ) |