Home
last modified time | relevance | path

Searched refs:BOOST_PP_ARRAY_TO_SEQ_II (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/preprocessor/array/
Dto_seq.hpp37 # define BOOST_PP_ARRAY_TO_SEQ_I(m, args) BOOST_PP_ARRAY_TO_SEQ_II(m, args)
38 # define BOOST_PP_ARRAY_TO_SEQ_II(m, args) BOOST_PP_CAT(m ## args,) macro