[#BloombergLP-bdlcc-operator_lt] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::operator< :relfileprefix: ../../ :mrdocs: Return `true` if `lhs` is ordered before `rhs` by stripe, then data. == Synopsis Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator<( xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl_SortItem.adoc[StripedUnorderedContainerImpl_SortItem] const& lhs, xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl_SortItem.adoc[StripedUnorderedContainerImpl_SortItem] const& rhs); ---- == Return Value `true` if `lhs` is ordered before `rhs`, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand sort item | *rhs* | right‐hand sort item |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#