Return true if lhs and rhs refer to different positions.
Declared in <bdlc_packedintarray.h>
template<class TYPE>
bool
operator!=(
PackedIntArrayConstIterator<TYPE> const& lhs,
PackedIntArrayConstIterator<TYPE> const& rhs);
Return true if the specified lhs and rhs iterators do not have the same value and false otherwise. Two PackedIntArrayConstIterator iterators do not have the same value if they do not refer to the same array, or do not have the same index.
| Name | Description |
|---|---|
operator!=<> | Return whether the iterators refer to different positions (see free operator!=). |
true if the iterators refer to different positions, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side iterator |
| rhs | right-hand-side iterator |