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