Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
greater_equal.hpp File Reference
Include dependency graph for greater_equal.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

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