MessagePack for C++
Loading...
Searching...
No Matches
at.hpp File Reference
Include dependency graph for at.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MSGPACK_PP_LIST_AT(list, index)
#define MSGPACK_PP_LIST_AT_I(list, index)
#define MSGPACK_PP_LIST_AT_D(d, list, index)
#define MSGPACK_PP_LIST_AT_D_I(d, list, index)

Macro Definition Documentation

◆ MSGPACK_PP_LIST_AT

#define MSGPACK_PP_LIST_AT ( list,
index )
Value:
#define MSGPACK_PP_LIST_AT_I(list, index)
Definition at.hpp:27

◆ MSGPACK_PP_LIST_AT_D

#define MSGPACK_PP_LIST_AT_D ( d,
list,
index )
Value:
MSGPACK_PP_LIST_AT_D_I(d, list, index)
#define MSGPACK_PP_LIST_AT_D_I(d, list, index)
Definition at.hpp:36

◆ MSGPACK_PP_LIST_AT_D_I

#define MSGPACK_PP_LIST_AT_D_I ( d,
list,
index )
Value:
#define MSGPACK_PP_LIST_FIRST(list)
Definition adt.hpp:32
#define MSGPACK_PP_LIST_REST_N_D(d, count, list)
Definition rest_n.hpp:51

◆ MSGPACK_PP_LIST_AT_I

#define MSGPACK_PP_LIST_AT_I ( list,
index )
Value:
#define MSGPACK_PP_LIST_REST_N(count, list)
Definition rest_n.hpp:28