chsvlib
chsv helper source code

◆ operator!=()

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

Compares positions of two generating iterators inequality.

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

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