bsl::operator==

Return true if the specified lhs and rhs iterators refer to the same element in the same underlying sequence or both refer to the past-the-end element of the same sequence, and false otherwise. The behavior is undefined if lhs and rhs do not iterate over the same sequence.

Synopsis

Declared in <bslstl_vector.h>

bool
operator==(
    vector_UintPtrConversionIterator const& lhs,
    vector_UintPtrConversionIterator const& rhs);