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

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)
 

Macro Definition Documentation

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