Searched refs:BOOST_PP_FOR_27_C (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/preprocessor/repetition/detail/dmc/ |
D | for.hpp | 48 # define BOOST_PP_FOR_27(s, p, o, m) BOOST_PP_FOR_27_C(BOOST_PP_BOOL(p##(28, s)), s, p, o, m) 305 # define BOOST_PP_FOR_27_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(28, s) BOOST_PP_… macro
|
/third_party/boost/boost/preprocessor/repetition/detail/ |
D | for.hpp | 48 # define BOOST_PP_FOR_27(s, p, o, m) BOOST_PP_FOR_27_C(BOOST_PP_BOOL(p(28, s)), s, p, o, m) 305 # define BOOST_PP_FOR_27_C(c, s, p, o, m) BOOST_PP_IIF(c, m, BOOST_PP_TUPLE_EAT_2)(28, s) BOOST_PP_… macro
|