Home
last modified time | relevance | path

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

/third_party/boost/boost/preprocessor/control/
Dexpr_if.hpp26 # define BOOST_PP_EXPR_IF(cond, expr) BOOST_PP_EXPR_IF_I(cond, expr)
27 # define BOOST_PP_EXPR_IF_I(cond, expr) BOOST_PP_EXPR_IIF(BOOST_PP_BOOL(cond), expr) macro