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

Name

Description

lhs

left‐hand iterator

rhs

right‐hand iterator

Created with MrDocs