BloombergLP::bdlc::operator>=

Return true if the specified lhs has a value greater or equal than the specified rhs, false otherwise. An iterator has a value greater than or equal to another if its index is greater the other's index. The behavior is undefined unless lhs and rhs refer to the same array.

Synopsis

Declared in <bdlc_packedintarray.h>

template<class TYPE>
bool
operator>=(
    PackedIntArrayConstIterator<TYPE> const& lhs,
    PackedIntArrayConstIterator<TYPE> const& rhs);

Specializations

Name
operator>=<>