operator<=

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

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