Return true if the underlying object value of the specified lhs is not the same as the underlying object value of the specified rhs, and false otherwise. Note that the reference counts are intentionally ignored.
Synopsis
Declared in <bdlc_compactedarray.h>
template<class TYPE>
bool
operator!=(
CompactedArray_CountedValue<TYPE> const& lhs,
CompactedArray_CountedValue<TYPE> const& rhs);
Created with MrDocs