Defines the Orderable typeclass. More...
#include <boost/mpl11/fwd/orderable.hpp>
#include <boost/mpl11/fwd/bool.hpp>
#include <boost/mpl11/fwd/core.hpp>
#include <boost/mpl11/fwd/logical.hpp>
#include <boost/mpl11/bool.hpp>
#include <boost/mpl11/core.hpp>
#include <boost/mpl11/detail/left_folds/variadic.hpp>
#include <boost/mpl11/logical.hpp>
Go to the source code of this file.
Classes | |
struct | boost::mpl11::less< x1, x2, xs > |
Returns whether the given objects are ordered according to the < ordering. More... | |
struct | boost::mpl11::less_equal< x1, x2, xs > |
Returns whether the given objects are ordered according to the <= ordering. More... | |
struct | boost::mpl11::greater< x1, x2, xs > |
Returns whether the given objects are ordered according to the > ordering. More... | |
struct | boost::mpl11::greater_equal< x1, x2, xs > |
Returns whether the given objects are ordered according to the >= ordering. More... | |
struct | boost::mpl11::min< x1, x2, xs > |
Returns the smallest of its arguments according to the ordering induced by less . More... | |
struct | boost::mpl11::max< x1, x2, xs > |
Returns the largest of its arguments according to the ordering induced by less . More... | |
Defines the Orderable typeclass.