12 #ifndef BOOST_MPL11_FWD_ORDERABLE_HPP
13 #define BOOST_MPL11_FWD_ORDERABLE_HPP
18 namespace boost {
namespace mpl11 {
45 template <
typename Left,
typename Right = Left,
typename = true_>
52 template <
typename x1,
typename x2,
typename ...xs>
59 template <
typename x1,
typename x2,
typename ...xs>
66 template <
typename x1,
typename x2,
typename ...xs>
73 template <
typename x1,
typename x2,
typename ...xs>
80 template <
typename x1,
typename x2,
typename ...xs>
87 template <
typename x1,
typename x2,
typename ...xs>
92 #endif // !BOOST_MPL11_FWD_ORDERABLE_HPP
Returns the smallest of its arguments according to the ordering induced by less.
Definition: orderable.hpp:81
Forwards to boost/mpl11/fwd/integer.hpp.
Returns whether the given objects are ordered according to the > ordering.
Definition: orderable.hpp:67
Returns the largest of its arguments according to the ordering induced by less.
Definition: orderable.hpp:88
Returns whether the given objects are ordered according to the < ordering.
Definition: orderable.hpp:53
Returns whether the given objects are ordered according to the <= ordering.
Definition: orderable.hpp:60
Returns whether the given objects are ordered according to the >= ordering.
Definition: orderable.hpp:74