Lines Matching refs:less
1 .. Metafunctions/Comparisons//less |10
3 less title
15 struct less
25 Returns a true-valued |Integral Constant| if ``T1`` is less than ``T2``.
33 #include <boost/mpl/less.hpp>
63 typedef less<c1,c2>::type r;
80 typedef less<c1,c2> r;
90 struct r : less<c1,c2>::type {};
105 BOOST_MPL_ASSERT(( less< int_<0>, int_<10> > ));
106 BOOST_MPL_ASSERT_NOT(( less< long_<10>, int_<0> > ));
107 BOOST_MPL_ASSERT_NOT(( less< long_<10>, int_<10> > ));