[#BloombergLP-bdlcc-StripedUnorderedContainerImpl_SortItem] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::StripedUnorderedContainerImpl_SortItem :relfileprefix: ../../ :mrdocs: A vector element needed for efficient sorting for the `insertBulk` and `eraseBulk` methods. == Synopsis Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct StripedUnorderedContainerImpl_SortItem; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl_SortItem/d_dataIdx.adoc[`d_dataIdx`] | Index of this item in the bulk‐operation input data. | xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl_SortItem/d_hashVal.adoc[`d_hashVal`] | Precomputed hash value for this item's key. | xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl_SortItem/d_stripeIdx.adoc[`d_stripeIdx`] | Stripe index for this item. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlcc/operator_lt.adoc[`operator<`] | Return `true` if the specified `lhs` is smaller than the specified `rhs` in the order of stripe, and data. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#