#include <boost/preprocessor/comparison/less_equal.hpp>#include <boost/preprocessor/config/config.hpp>

Macros | |
| #define | BOOST_PP_GREATER_EQUAL(x, y) BOOST_PP_GREATER_EQUAL_I(x, y) |
| #define | BOOST_PP_GREATER_EQUAL_I(x, y) BOOST_PP_LESS_EQUAL(y, x) |
| #define | BOOST_PP_GREATER_EQUAL_D(d, x, y) BOOST_PP_GREATER_EQUAL_D_I(d, x, y) |
| #define | BOOST_PP_GREATER_EQUAL_D_I(d, x, y) BOOST_PP_LESS_EQUAL_D(d, y, x) |
| #define BOOST_PP_GREATER_EQUAL | ( | x, | |
| y | |||
| ) | BOOST_PP_GREATER_EQUAL_I(x, y) |
| #define BOOST_PP_GREATER_EQUAL_D | ( | d, | |
| x, | |||
| y | |||
| ) | BOOST_PP_GREATER_EQUAL_D_I(d, x, y) |
| #define BOOST_PP_GREATER_EQUAL_D_I | ( | d, | |
| x, | |||
| y | |||
| ) | BOOST_PP_LESS_EQUAL_D(d, y, x) |
| #define BOOST_PP_GREATER_EQUAL_I | ( | x, | |
| y | |||
| ) | BOOST_PP_LESS_EQUAL(y, x) |