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