bsl::vector<VALUE_TYPE*, ALLOCATOR>::vector

Create a vector object.

Synopsis

Declared in <bslstl_vector.h>

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

Parameters

NameDescription
initialSizeinitial number of elements
valueelement value
basicAllocatorallocator used to supply memory