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.

Synopsis

Declared in <bslstl_vector.h>

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

Description

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.

Return Value

true if the operands compare equal, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand