Base Framework
Public Member Functions | List of all members
Greater< TYPE > Class Template Reference

Greater than function object. More...

#include <base/Functor.h>

Inherits BinaryOperation< TYPE, TYPE, bool >.

Public Member Functions

bool operator() (const TYPE &left, const TYPE &right) const noexcept
 

Additional Inherited Members

- Public Types inherited from BinaryOperation< TYPE, TYPE, bool >
typedef TYPE FirstArgument
 
typedef TYPE SecondArgument
 
typedef bool Result
 

Detailed Description

template<class TYPE>
class Greater< TYPE >

Greater than function object.