bsl::operator>=

Return true if __x is lexicographically greater than or equal to __y.

Synopsis

Declared in <bslstp_slist.h>

template<
    class _Tp,
    class _Alloc>
bool
operator>=(
    slist<_Tp, _Alloc> const& __x,
    slist<_Tp, _Alloc> const& __y);

Return Value

true if __x >= __y, and false otherwise

Parameters

NameDescription
__xleft-hand list
__yright-hand list