Home
last modified time | relevance | path

Searched defs:BOOST_PP_TUPLE_TO_ARRAY (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/preprocessor/tuple/
Dto_array.hpp26 # define BOOST_PP_TUPLE_TO_ARRAY(...) BOOST_PP_TUPLE_TO_ARRAY_I(BOOST_PP_OVERLOAD(BOOST_PP_T… macro
31 # define BOOST_PP_TUPLE_TO_ARRAY(...) BOOST_PP_OVERLOAD(BOOST_PP_TUPLE_TO_ARRAY_, __VA_ARGS_… macro
36 # define BOOST_PP_TUPLE_TO_ARRAY(size, tuple) (size, tuple) macro