Return true if the value of the specified lhs is less than the underlying object value of the specified rhs, and false otherwise. Note that the reference count is intentionally ignored.
Declared in <bdlc_compactedarray.h>
template<class TYPE>
bool
operator<(
TYPE const& lhs,
CompactedArray_CountedValue<TYPE> const& rhs);