operator>=

template<class T, class A>
    bool operator>=(
        const Cont <T, A>& lhs,
        const Cont <T, A>& rhs);

The template function returns !(lhs < rhs).