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

Determines whether A is greater than B More...

#include <tinympl/greater.hpp>

Inherits tinympl::less< B, A >.

Detailed Description

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

Determines whether A is greater than B

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