Definition

An object of the class greater is a function object that allows to compare two objects of type T.

Operations

T g ( T t1, T t2) returns t1 > t2.
Precondition: `>' must be defined for type T.