This class defines constant values used to represent the state of a StripedUnorderedContainerImpl object.
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
struct StripedUnorderedContainerImpl_Constants;
| Name | Description |
|---|---|
k_REHASH_ENABLED | State bit 1: automatic rehashing is enabled. |
k_REHASH_IN_PROGRESS | State bit 0: a rehash is currently in progress. |