bsl::vector_UintPtrConversionIterator::operator==

Return true if this iterator compares equal to the specified rhs sentinel, and false otherwise.

Synopsis

Declared in <bslstl_vector.h>

bool
operator==(auto rhs) const;

Return Value

true if this iterator equals the sentinel, and false otherwise

Parameters

NameDescription
rhssentinel to compare with