#include <func.h>
Public Member Functions | |
bool | operator() (const T &x, const T &y) const |
Additional Inherited Members | |
Public Types inherited from Common::BinaryFunction< T, T, bool > | |
typedef T | FirstArgumentType |
typedef T | SecondArgumentType |
typedef bool | ResultType |
Predicate to check for x being greater than y.