Home
last modified time | relevance | path

Searched defs:BOOST_PP_MAX (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/preprocessor/selection/
Dmax.hpp24 # define BOOST_PP_MAX(x, y) BOOST_PP_IIF(BOOST_PP_LESS_EQUAL(x, y), y, x) macro
26 # define BOOST_PP_MAX(x, y) BOOST_PP_MAX_I(x, y) macro