BloombergLP::bdlcc::StripedUnorderedContainerImpl_SortItem

A vector element needed for efficient sorting for the insertBulk and eraseBulk methods.

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

struct StripedUnorderedContainerImpl_SortItem;

Data Members

NameDescription
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.

Non-Member Functions

NameDescription
operator<Return true if the specified lhs is smaller than the specified rhs in the order of stripe, and data.