MessagePack for C++
Loading...
Searching...
No Matches
pop_front.hpp File Reference
Include dependency graph for pop_front.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_POP_FRONT(array)
#define MSGPACK_PP_ARRAY_POP_FRONT_Z(z, array)
#define MSGPACK_PP_ARRAY_POP_FRONT_Z_D(z, array)
#define MSGPACK_PP_ARRAY_POP_FRONT_I(z, size, array)
#define MSGPACK_PP_ARRAY_POP_FRONT_M(z, n, data)

Macro Definition Documentation

◆ MSGPACK_PP_ARRAY_POP_FRONT

#define MSGPACK_PP_ARRAY_POP_FRONT ( array)
Value:
#define MSGPACK_PP_ARRAY_POP_FRONT_Z(z, array)
Definition pop_front.hpp:31
#define MSGPACK_PP_DEDUCE_Z()
Definition deduce_z.hpp:20

◆ MSGPACK_PP_ARRAY_POP_FRONT_I

#define MSGPACK_PP_ARRAY_POP_FRONT_I ( z,
size,
array )
Value:
(MSGPACK_PP_DEC(size), (MSGPACK_PP_ENUM_ ## z(MSGPACK_PP_DEC(size), MSGPACK_PP_ARRAY_POP_FRONT_M, array)))
#define MSGPACK_PP_DEC(x)
Definition dec.hpp:24
#define MSGPACK_PP_ARRAY_POP_FRONT_M(z, n, data)
Definition pop_front.hpp:36

◆ MSGPACK_PP_ARRAY_POP_FRONT_M

#define MSGPACK_PP_ARRAY_POP_FRONT_M ( z,
n,
data )
Value:
#define MSGPACK_PP_INC(x)
Definition inc.hpp:24
#define MSGPACK_PP_ARRAY_ELEM(i, array)
Definition elem.hpp:25

◆ MSGPACK_PP_ARRAY_POP_FRONT_Z

#define MSGPACK_PP_ARRAY_POP_FRONT_Z ( z,
array )
Value:
#define MSGPACK_PP_ARRAY_POP_FRONT_Z_D(z, array)
Definition pop_front.hpp:32

◆ MSGPACK_PP_ARRAY_POP_FRONT_Z_D

#define MSGPACK_PP_ARRAY_POP_FRONT_Z_D ( z,
array )
Value:
#define MSGPACK_PP_ARRAY_POP_FRONT_I(z, size, array)
Definition pop_front.hpp:35
#define MSGPACK_PP_ARRAY_SIZE(array)
Definition size.hpp:23