MessagePack for C++
Loading...
Searching...
No Matches
push_front.hpp File Reference
Include dependency graph for push_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_PUSH_FRONT(array, elem)
#define MSGPACK_PP_ARRAY_PUSH_FRONT_D(array, elem)
#define MSGPACK_PP_ARRAY_PUSH_FRONT_I(size, data, elem)

Macro Definition Documentation

◆ MSGPACK_PP_ARRAY_PUSH_FRONT

#define MSGPACK_PP_ARRAY_PUSH_FRONT ( array,
elem )
Value:
#define MSGPACK_PP_ARRAY_PUSH_FRONT_D(array, elem)
Definition push_front.hpp:30

◆ MSGPACK_PP_ARRAY_PUSH_FRONT_D

#define MSGPACK_PP_ARRAY_PUSH_FRONT_D ( array,
elem )
Value:
#define MSGPACK_PP_ARRAY_PUSH_FRONT_I(size, data, elem)
Definition push_front.hpp:33
#define MSGPACK_PP_ARRAY_SIZE(array)
Definition size.hpp:23
#define MSGPACK_PP_ARRAY_DATA(array)
Definition data.hpp:23

◆ MSGPACK_PP_ARRAY_PUSH_FRONT_I

#define MSGPACK_PP_ARRAY_PUSH_FRONT_I ( size,
data,
elem )
Value:
#define MSGPACK_PP_INC(x)
Definition inc.hpp:24
#define MSGPACK_PP_ARRAY_DETAIL_GET_DATA(size, data)
Definition get_data.hpp:45
#define MSGPACK_PP_COMMA_IF(cond)
Definition comma_if.hpp:27