Searched refs:BOOST_PP_TUPLE_TO_LIST_II (Results 1 – 1 of 1) sorted by relevance
28 # define BOOST_PP_TUPLE_TO_LIST_I(m, args) BOOST_PP_TUPLE_TO_LIST_II(m, args)29 # define BOOST_PP_TUPLE_TO_LIST_II(m, args) BOOST_PP_CAT(m ## args,) macro41 # define BOOST_PP_TUPLE_TO_LIST_I(s, t) BOOST_PP_TUPLE_TO_LIST_II(BOOST_PP_TUPLE_TO_LIST…42 # define BOOST_PP_TUPLE_TO_LIST_II(res) res macro