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