tinympl
0.2
mini MPL library for C++11
|
Determines whether A
is less than B
More...
#include <tinympl/less.hpp>
Inherits integral_constant< bool,(A::value< B::value)>.
Determines whether A
is less than B
less<A,B>::type
is a std::integral_constant<bool,v>
where v
is A::value < B::value