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