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

Macros

#define BOOST_PP_LESS_EQUAL(x, y)   BOOST_PP_LESS_EQUAL_I(x, y)
 
#define BOOST_PP_LESS_EQUAL_I(x, y)   BOOST_PP_NOT(BOOST_PP_SUB(x, y))
 
#define BOOST_PP_LESS_EQUAL_D(d, x, y)   BOOST_PP_LESS_EQUAL_D_I(d, x, y)
 
#define BOOST_PP_LESS_EQUAL_D_I(d, x, y)   BOOST_PP_NOT(BOOST_PP_SUB_D(d, x, y))
 

Macro Definition Documentation

#define BOOST_PP_LESS_EQUAL (   x,
 
)    BOOST_PP_LESS_EQUAL_I(x, y)
#define BOOST_PP_LESS_EQUAL_D (   d,
  x,
 
)    BOOST_PP_LESS_EQUAL_D_I(d, x, y)
#define BOOST_PP_LESS_EQUAL_D_I (   d,
  x,
 
)    BOOST_PP_NOT(BOOST_PP_SUB_D(d, x, y))
#define BOOST_PP_LESS_EQUAL_I (   x,
 
)    BOOST_PP_NOT(BOOST_PP_SUB(x, y))