Return true if the specified iterators do not refer to the same underlying position, and false otherwise.
Declared in <bsltf_inputiterator.h>
bool
operator!=(
InputIterator<TYPE2> const& lhs,
InputIterator<TYPE2> const& rhs);
true if the iterators refer to different positions
| Name | Description |
|---|---|
| lhs | left-hand iterator |
| rhs | right-hand iterator |