Go to the source code of this file.
Macros | |
#define | BOOST_PP_IF(cond, t, f) BOOST_PP_IIF(BOOST_PP_BOOL(cond), t, f) |
#define BOOST_PP_IF | ( | cond, | |
t, | |||
f | |||
) | BOOST_PP_IIF(BOOST_PP_BOOL(cond), t, f) |
Definition at line 24 of file preprocessor/control/if.hpp.