BloombergLP::bdlcc::FixedQueueIndexManager::Unnamed enum

Capacity-related constants for this index manager.

Synopsis

Declared in <bdlcc_fixedqueueindexmanager.h>

enum Unnamed enum;

Members

NameDescription
k_MAX_CAPACITY Maximum capacity of an index manager; note that 2 bits of d_pushIndex are reserved for holding the disabled status flag, and ensuring that the representable number of generation counts is at least 2 (see the implementation note in the .cpp for more details).
e_MAX_CAPACITY Deprecated alias for k_MAX_CAPACITY.