Go to the documentation of this file.
12 # ifndef MSGPACK_PREPROCESSOR_ARRAY_DATA_HPP
13 # define MSGPACK_PREPROCESSOR_ARRAY_DATA_HPP
20 # if ~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_EDG()
21 # define MSGPACK_PP_ARRAY_DATA(array) MSGPACK_PP_TUPLE_ELEM(2, 1, array)
23 # define MSGPACK_PP_ARRAY_DATA(array) MSGPACK_PP_ARRAY_DATA_I(array)
24 # define MSGPACK_PP_ARRAY_DATA_I(array) MSGPACK_PP_ARRAY_DATA_II array
25 # define MSGPACK_PP_ARRAY_DATA_II(size, data) data