Return true if the values stored in lhs and rhs differ.
Declared in <bdlc_compactedarray.h>
template<class TYPE>
bool
operator!=(
CompactedArray_CountedValue<TYPE> const& lhs,
CompactedArray_CountedValue<TYPE> const& rhs);
Note that the reference counts are intentionally ignored.
true if the values differ, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side counted value |
| rhs | right-hand-side counted value |