bool operator== | ( | const transforming_iterator< BaseIterator, TransformingFunctor > & | right | ) | const |
Compares two instances of transforming iterators for equality.
right | A reference to an iterator to check against. |
true
, if the iterators are equal, otherwise - false
.The iterators are considered equal if their adapted iterators are equal as determined with their equality operator.