BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bdlcc::StripedUnorderedContainerImpl_Constants Struct Reference

#include <bdlcc_stripedunorderedcontainerimpl.h>

Inheritance diagram for bdlcc::StripedUnorderedContainerImpl_Constants:
bdlcc::StripedUnorderedContainerImpl< KEY, VALUE, bsl::hash< KEY >, bsl::equal_to< KEY > > bdlcc::StripedUnorderedContainerImpl< KEY, VALUE, HASH, EQUAL >

Detailed Description

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

See bdlcc_stripedunorderedcontainerimpl

Static Public Attributes

static const int k_REHASH_IN_PROGRESS = 1
 
static const int k_REHASH_ENABLED = 2
 

Member Data Documentation

◆ k_REHASH_ENABLED

const int bdlcc::StripedUnorderedContainerImpl_Constants::k_REHASH_ENABLED = 2
static

◆ k_REHASH_IN_PROGRESS

const int bdlcc::StripedUnorderedContainerImpl_Constants::k_REHASH_IN_PROGRESS = 1
static

The documentation for this struct was generated from the following file: