Forward declares the Orderable typeclass. More...
#include <boost/mpl11/fwd/bool.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... | |
Forward declares the Orderable typeclass.