BloombergLP::bsltf::operator==

Return whether the specified iterators refer to the same position.

Synopsis

Declared in <bsltf_inputiterator.h>

bool
operator==(
    InputIterator<TYPE2> const& lhs,
    InputIterator<TYPE2> const& rhs);

Description

Return true if the specified iterators refer to the same underlying position, and false otherwise.

Return Value

true if both iterators refer to the same position

Parameters

NameDescription
lhsleft-hand iterator
rhsright-hand iterator