bool operator!= | ( | const transforming_iterator< BaseIterator, TransformingFunctor > & | right | ) | const |
Compares two instances of transforming iterators for inequality.
right | A reference to an iterator to check against. |
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.