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

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

#include <tinympl/greater_equal.hpp>

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

Detailed Description

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

Determines whether A is greater than or equal to B

Returns
greater_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: