[#BloombergLP-bdlc-operator_lt-02e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator< :relfileprefix: ../../ :mrdocs: Return true if `lhs` precedes `rhs` in the referenced array. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool operator<( xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[PackedIntArrayConstIterator<TYPE>] const& lhs, xref:BloombergLP/bdlc/PackedIntArrayConstIterator.adoc[PackedIntArrayConstIterator<TYPE>] const& rhs); ---- == Description Return `true` if the specified `lhs` has a value less than the specified `rhs`, `false` otherwise. An iterator has a value less than another if its index is less the other's index. The behavior is undefined unless `lhs` and `rhs` refer to the same array. == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bdlc/operator_lt-02b.adoc[`operator<<>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#