template<class T, class A> bool operator<=( const Cont <T, A>& lhs, const Cont <T, A>& rhs);
The template function returns !(rhs < lhs).
!(rhs < lhs)