operator>=

This operator determines if the first argument is greater than or equal to the second argument.

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