[#BloombergLP-bdlc-operator_lt-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator< :relfileprefix: ../../ :mrdocs: Less‐than operators == Synopses Declared in `<bdlc_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> bool xref:BloombergLP/bdlc/operator_lt-02b.adoc[operator<<>]( xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[PackedIntArrayConstIterator] const&, xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[PackedIntArrayConstIterator] const&); ---- [.small]#xref:BloombergLP/bdlc/operator_lt-02b.adoc[_» more..._]# Return true if `lhs` precedes `rhs` in the referenced array. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool xref:BloombergLP/bdlc/operator_lt-02e.adoc[operator<]( xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[PackedIntArrayConstIterator<TYPE>] const& lhs, xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[PackedIntArrayConstIterator<TYPE>] const& rhs); ---- [.small]#xref:BloombergLP/bdlc/operator_lt-02e.adoc[_» more..._]# Return whether the left iterator precedes the right (see free `operator<`). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> bool xref:BloombergLP/bdlc/operator_lt-03.adoc[operator<]( xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator] const&, xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator] const&); ---- [.small]#xref:BloombergLP/bdlc/operator_lt-03.adoc[_» more..._]# Return `true` if the specified `lhs` has a value less than the specified `rhs`, and `false` otherwise. Iterator `lhs` has a value less than iterator `rhs` if `0 < rhs ‐ lhs` (see `operator‐`). The behavior is undefined unless `lhs` and `rhs` refer to the same array. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool xref:BloombergLP/bdlc/operator_lt-0a6.adoc[operator<]( xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator<TYPE>] const& lhs, xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator<TYPE>] const& rhs); ---- [.small]#xref:BloombergLP/bdlc/operator_lt-0a6.adoc[_» more..._]# Return `true` if the underlying object value of the specified `lhs` is less than the value of the specified `rhs`, and `false` otherwise. Note that the reference count is intentionally ignored. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool xref:BloombergLP/bdlc/operator_lt-0a9.adoc[operator<]( xref:BloombergLP/bdlc/CompactedArray_CountedValue.adoc[CompactedArray_CountedValue<TYPE>] const& lhs, TYPE const& rhs); ---- [.small]#xref:BloombergLP/bdlc/operator_lt-0a9.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool xref:BloombergLP/bdlc/operator_lt-0c.adoc[operator<]( TYPE const& lhs, xref:BloombergLP/bdlc/CompactedArray_CountedValue.adoc[CompactedArray_CountedValue<TYPE>] const& rhs); ---- [.small]#xref:BloombergLP/bdlc/operator_lt-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#