[#BloombergLP-bdlc-operator_lt-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator< :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bdlc_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool operator<( TYPE const& lhs, xref:BloombergLP/bdlc/CompactedArray_CountedValue.adoc[CompactedArray_CountedValue<TYPE>] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#