Create a vector object.

Synopsis

Declared in <bslstl_vector.h>

explicit
vector(
    size_type initialSize,
    ALLOCATOR const& basicAllocator = ALLOCATOR());

Parameters

Name

Description

initialSize

initial number of elements

basicAllocator

allocator used to supply memory

Created with MrDocs