operator>

This operator determines if the first argument is less than the second argument.

  template <class T> bool operator>(const T& x, const T& y);