Capacity-related constants for this index manager.
Declared in <bdlcc_fixedqueueindexmanager.h>
enum Unnamed enum;
| Name | Description |
|---|---|
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. |