|
BDE 4.39.x Production Release
|
#include <bdlcc_queue.h>
Enable uniform use of an optional integral constructor argument to specify the initial internal capacity (in items). For example,
defines an instance x with an initial capacity of 8 items, but with a logical length of 0 items.
See bdlcc_queue
Public Member Functions | |
| InitialCapacity (int i) | |
Public Attributes | |
| unsigned int | d_i |
|
inlineexplicit |
Create an object with the specified value i.
| unsigned int bdlcc::Queue< TYPE >::InitialCapacity::d_i |