Return true if the specified lhs and rhs iterators differ.
Synopsis
Declared in <bdlc_compactedarray.h>
template<class TYPE>
bool
operator!=(
CompactedArray_ConstIterator<TYPE> const& lhs,
CompactedArray_ConstIterator<TYPE> const& rhs);
Description
Two CompactedArray_ConstIterator iterators do not have the same value if one has the default value and the other does not, or neither has the default value and they do not reference the same location in the same array.
Return Value
true if the iterators differ, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand‐side iterator |
rhs |
right‐hand‐side iterator |
Created with MrDocs