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