Searched refs:BOOST_PP_SEQ_TO_TUPLE_I (Results 1 – 1 of 1) sorted by relevance
23 # define BOOST_PP_SEQ_TO_TUPLE(seq) BOOST_PP_SEQ_TO_TUPLE_I(seq)24 # define BOOST_PP_SEQ_TO_TUPLE_I(seq) (BOOST_PP_SEQ_ENUM(seq)) macro