Go to the documentation of this file.
12 # ifndef MSGPACK_PREPROCESSOR_TUPLE_REPLACE_HPP
13 # define MSGPACK_PREPROCESSOR_TUPLE_REPLACE_HPP
17 # if MSGPACK_PP_VARIADICS
25 # define MSGPACK_PP_TUPLE_REPLACE(tuple, i, elem) \
26 MSGPACK_PP_ARRAY_TO_TUPLE(MSGPACK_PP_ARRAY_REPLACE(MSGPACK_PP_TUPLE_TO_ARRAY(tuple), i, elem)) \
31 # define MSGPACK_PP_TUPLE_REPLACE_D(d, tuple, i, elem) \
32 MSGPACK_PP_ARRAY_TO_TUPLE(MSGPACK_PP_ARRAY_REPLACE_D(d, MSGPACK_PP_TUPLE_TO_ARRAY(tuple), i, elem)) \
35 # endif // MSGPACK_PP_VARIADICS
37 # endif // MSGPACK_PREPROCESSOR_TUPLE_REPLACE_HPP