

Macros | |
| #define | BOOST_PP_GREATER(x, y) BOOST_PP_GREATER_I(x, y) |
| #define | BOOST_PP_GREATER_I(x, y) BOOST_PP_LESS(y, x) |
| #define | BOOST_PP_GREATER_D(d, x, y) BOOST_PP_GREATER_D_I(d, x, y) |
| #define | BOOST_PP_GREATER_D_I(d, x, y) BOOST_PP_LESS_D(d, y, x) |
| #define BOOST_PP_GREATER | ( | x, | |
| y | |||
| ) | BOOST_PP_GREATER_I(x, y) |
| #define BOOST_PP_GREATER_D | ( | d, | |
| x, | |||
| y | |||
| ) | BOOST_PP_GREATER_D_I(d, x, y) |
| #define BOOST_PP_GREATER_D_I | ( | d, | |
| x, | |||
| y | |||
| ) | BOOST_PP_LESS_D(d, y, x) |
| #define BOOST_PP_GREATER_I | ( | x, | |
| y | |||
| ) | BOOST_PP_LESS(y, x) |