BloombergLP::bdlcc::StripedUnorderedContainerImpl_Constants

This class defines constant values used to represent the state of a StripedUnorderedContainerImpl object.

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

struct StripedUnorderedContainerImpl_Constants;

Static Data Members

NameDescription
k_REHASH_ENABLED State bit 1: automatic rehashing is enabled.
k_REHASH_IN_PROGRESS State bit 0: a rehash is currently in progress.