chsvlib
chsv helper source code

◆ operator!=()

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

Compares two instances of transforming iterators for inequality.

Parameters
rightA reference to an iterator to check against.
Returns
false, if the iterators are equal, otherwise - true.

The iterators are considered not equal if their adapted iterators are not equal as determined with their inequality operator.