tinympl  0.2
mini MPL library for C++11
tinympl::less_equal< A, B > Class Template Reference

Determines whether A is less than or equal to B More...

#include <tinympl/less_equal.hpp>

Inherits tinympl::negate< less< B, A >::type >.

Detailed Description

template<class A, class B>
class tinympl::less_equal< A, B >

Determines whether A is less than or equal to B

Returns
less_equal<A,B>::type is a std::integral_constant<bool,v> where v is A::value <= B::value
Note
The default behaviour is to forward the call to less.

The documentation for this class was generated from the following file: