Return whether the iterators refer to different positions (see free operator!=).
Declared in <bdlc_packedintarray.h>
template<>
bool
operator!=<>(
PackedIntArrayConstIterator const& lhs,
PackedIntArrayConstIterator const& rhs);
true if the iterators refer to different positions, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side iterator |
| rhs | right-hand-side iterator |