chsvlib
chsv helper source code

◆ operator==()

bool operator== ( const transforming_iterator< BaseIterator, TransformingFunctor > &  right) const

Compares two instances of transforming iterators for equality.

Parameters
rightA reference to an iterator to check against.
Returns
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.