BDE 4.14.0 Production release
|
#include <bdlcc_queue.h>
Public Member Functions | |
InitialCapacity (int i) | |
Create an object with the specified value i . | |
Public Attributes | |
unsigned int | d_i |
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.
|
inlineexplicit |
unsigned int bdlcc::Queue< TYPE >::InitialCapacity::d_i |