Return true if the specified iterators do not refer to the same underlying position, and false otherwise.

Synopsis

Declared in <bsltf_inputiterator.h>

bool
operator!=(
    InputIterator<TYPE2> const&,
    InputIterator<TYPE2> const&);

Created with MrDocs