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