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