Create a vector object.

Synopsis

Declared in <bslstl_vector.h>

vector(
    size_type initialSize,
    VALUE_TYPE* value,
    ALLOCATOR const& basicAllocator = ALLOCATOR());

Parameters

Name

Description

initialSize

initial number of elements

value

element value

basicAllocator

allocator used to supply memory

Created with MrDocs