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

Macros

#define BOOST_PP_LESS(x, y)   BOOST_PP_LESS_I(x, y)
 
#define BOOST_PP_LESS_I(x, y)   BOOST_PP_IIF(BOOST_PP_NOT_EQUAL(x, y), BOOST_PP_LESS_EQUAL, 0 BOOST_PP_TUPLE_EAT_2)(x, y)
 
#define BOOST_PP_LESS_D(d, x, y)   BOOST_PP_LESS_D_I(d, x, y)
 
#define BOOST_PP_LESS_D_I(d, x, y)   BOOST_PP_IIF(BOOST_PP_NOT_EQUAL(x, y), BOOST_PP_LESS_EQUAL_D, 0 BOOST_PP_TUPLE_EAT_3)(d, x, y)
 

Macro Definition Documentation

#define BOOST_PP_LESS (   x,
 
)    BOOST_PP_LESS_I(x, y)
#define BOOST_PP_LESS_D (   d,
  x,
 
)    BOOST_PP_LESS_D_I(d, x, y)
#define BOOST_PP_LESS_D_I (   d,
  x,
 
)    BOOST_PP_IIF(BOOST_PP_NOT_EQUAL(x, y), BOOST_PP_LESS_EQUAL_D, 0 BOOST_PP_TUPLE_EAT_3)(d, x, y)
#define BOOST_PP_LESS_I (   x,
 
)    BOOST_PP_IIF(BOOST_PP_NOT_EQUAL(x, y), BOOST_PP_LESS_EQUAL, 0 BOOST_PP_TUPLE_EAT_2)(x, y)