MessagePack for C++
Loading...
Searching...
No Matches
to_seq.hpp File Reference
Include dependency graph for to_seq.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_TO_SEQ(list)
#define MSGPACK_PP_LIST_TO_SEQ_MACRO(r, data, elem)
#define MSGPACK_PP_LIST_TO_SEQ_R(r, list)

Macro Definition Documentation

◆ MSGPACK_PP_LIST_TO_SEQ

#define MSGPACK_PP_LIST_TO_SEQ ( list)
Value:
#define MSGPACK_PP_LIST_FOR_EACH(macro, data, list)
Definition for_each.hpp:27
#define MSGPACK_PP_LIST_TO_SEQ_MACRO(r, data, elem)
Definition to_seq.hpp:24

◆ MSGPACK_PP_LIST_TO_SEQ_MACRO

#define MSGPACK_PP_LIST_TO_SEQ_MACRO ( r,
data,
elem )
Value:
(elem)

◆ MSGPACK_PP_LIST_TO_SEQ_R

#define MSGPACK_PP_LIST_TO_SEQ_R ( r,
list )
Value:
#define MSGPACK_PP_LIST_FOR_EACH_R(r, macro, data, list)
Definition for_each.hpp:45