chsvlib
chsv helper source code

◆ operator==()

bool operator== ( const generating_input_iterator< GeneratingFunctor, ValueType > &  right)
noexcept

Compares positions of two generating iterators for equality.

Parameters
rightAn instance of the generating iterator to compare with.
Returns
true, if integral positions of the comparands are equal, and false otherwise.

The operator only compares positional values which each of the iterators have, the generated values, if any, are not compared.