BDE 4.14.0 Production release
|
#include <bdlc_queue.h>
Public Member Functions | |
InitialCapacity (unsigned int i) | |
~InitialCapacity () | |
Public Attributes | |
unsigned int | d_i |
Enable uniform use of an optional integral constructor argument to specify the initial internal capacity (in elements). For example,
instantiates an object x
with an initial capacity of 8 elements, but with a logical length of 0 elements.
|
inlineexplicit |
|
inline |
unsigned int bdlc::Queue< T >::InitialCapacity::d_i |