Go to the documentation of this file.
12 # ifndef MSGPACK_PREPROCESSOR_TUPLE_PUSH_BACK_HPP
13 # define MSGPACK_PREPROCESSOR_TUPLE_PUSH_BACK_HPP
17 # if MSGPACK_PP_VARIADICS
25 # define MSGPACK_PP_TUPLE_PUSH_BACK(tuple, elem) \
26 MSGPACK_PP_ARRAY_TO_TUPLE(MSGPACK_PP_ARRAY_PUSH_BACK(MSGPACK_PP_TUPLE_TO_ARRAY(tuple), elem)) \
29 # endif // MSGPACK_PP_VARIADICS
31 # endif // MSGPACK_PREPROCESSOR_TUPLE_PUSH_BACK_HPP