MessagePack for C++
Loading...
Searching...
No Matches
push_back.hpp File Reference
Include dependency graph for push_back.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_BACK(array, elem)
#define MSGPACK_PP_ARRAY_PUSH_BACK_D(array, elem)
#define MSGPACK_PP_ARRAY_PUSH_BACK_I(size, data, elem)

Macro Definition Documentation

◆ MSGPACK_PP_ARRAY_PUSH_BACK

#define MSGPACK_PP_ARRAY_PUSH_BACK ( array,
elem )
Value:
#define MSGPACK_PP_ARRAY_PUSH_BACK_D(array, elem)
Definition push_back.hpp:30

◆ MSGPACK_PP_ARRAY_PUSH_BACK_D

#define MSGPACK_PP_ARRAY_PUSH_BACK_D ( array,
elem )
Value:
#define MSGPACK_PP_ARRAY_PUSH_BACK_I(size, data, elem)
Definition push_back.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_BACK_I

#define MSGPACK_PP_ARRAY_PUSH_BACK_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