Go to the source code of this file.
|
#define | MSGPACK_PP_SUB(x, y) MSGPACK_PP_SUB_I(x, y) |
|
#define | MSGPACK_PP_SUB_I(x, y) MSGPACK_PP_TUPLE_ELEM(2, 0, MSGPACK_PP_WHILE(MSGPACK_PP_SUB_P, MSGPACK_PP_SUB_O, (x, y))) |
|
#define | MSGPACK_PP_SUB_P(d, xy) MSGPACK_PP_TUPLE_ELEM(2, 1, xy) |
|
#define | MSGPACK_PP_SUB_O(d, xy) MSGPACK_PP_SUB_O_I(MSGPACK_PP_TUPLE_ELEM(2, 0, xy), MSGPACK_PP_TUPLE_ELEM(2, 1, xy)) |
|
#define | MSGPACK_PP_SUB_O_I(x, y) (MSGPACK_PP_DEC(x), MSGPACK_PP_DEC(y)) |
|
#define | MSGPACK_PP_SUB_D(d, x, y) MSGPACK_PP_SUB_D_I(d, x, y) |
|
#define | MSGPACK_PP_SUB_D_I(d, x, y) MSGPACK_PP_TUPLE_ELEM(2, 0, MSGPACK_PP_WHILE_ ## d(MSGPACK_PP_SUB_P, MSGPACK_PP_SUB_O, (x, y))) |
|
◆ MSGPACK_PP_SUB
◆ MSGPACK_PP_SUB_D
◆ MSGPACK_PP_SUB_D_I
◆ MSGPACK_PP_SUB_I
◆ MSGPACK_PP_SUB_O
◆ MSGPACK_PP_SUB_O_I
◆ MSGPACK_PP_SUB_P