Go to the documentation of this file.
12 # ifndef MSGPACK_PREPROCESSOR_SEQ_TO_TUPLE_HPP
13 # define MSGPACK_PREPROCESSOR_SEQ_TO_TUPLE_HPP
20 # if ~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_EDG()
21 # define MSGPACK_PP_SEQ_TO_TUPLE(seq) (MSGPACK_PP_SEQ_ENUM(seq))
23 # define MSGPACK_PP_SEQ_TO_TUPLE(seq) MSGPACK_PP_SEQ_TO_TUPLE_I(seq)
24 # define MSGPACK_PP_SEQ_TO_TUPLE_I(seq) (MSGPACK_PP_SEQ_ENUM(seq))