A vector element needed for efficient sorting for the insertBulk and eraseBulk methods.
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
struct StripedUnorderedContainerImpl_SortItem;
| Name | Description |
|---|---|
d_dataIdx | Index of this item in the bulk-operation input data. |
d_hashVal | Precomputed hash value for this item's key. |
d_stripeIdx | Stripe index for this item. |
| Name | Description |
|---|---|
operator< | Return true if the specified lhs is smaller than the specified rhs in the order of stripe, and data. |