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