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

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

struct StripedUnorderedContainerImpl_SortItem;

Data Members

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.

Non-Member Functions

Name

Description

operator<

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

Created with MrDocs