Create a vector object.
Declared in <bslstl_vector.h>
explicit
vector(
size_type initialSize,
ALLOCATOR const& basicAllocator = ALLOCATOR());
| Name | Description |
|---|---|
| initialSize | initial number of elements |
| basicAllocator | allocator used to supply memory |