Go to the documentation of this file.
12 # ifndef MSGPACK_PREPROCESSOR_TUPLE_INSERT_HPP
13 # define MSGPACK_PREPROCESSOR_TUPLE_INSERT_HPP
17 # if MSGPACK_PP_VARIADICS
25 # define MSGPACK_PP_TUPLE_INSERT(tuple, i, elem) \
26 MSGPACK_PP_ARRAY_TO_TUPLE(MSGPACK_PP_ARRAY_INSERT(MSGPACK_PP_TUPLE_TO_ARRAY(tuple), i, elem)) \
31 # define MSGPACK_PP_TUPLE_INSERT_D(d, tuple, i, elem) \
32 MSGPACK_PP_ARRAY_TO_TUPLE(MSGPACK_PP_ARRAY_INSERT_D(d, MSGPACK_PP_TUPLE_TO_ARRAY(tuple), i, elem)) \
35 # endif // MSGPACK_PP_VARIADICS
37 # endif // MSGPACK_PREPROCESSOR_TUPLE_INSERT_HPP