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

Create a vector object.

Synopsis

Declared in <bslstl_vector.h>

template<class INPUT_ITER>
vector(
    INPUT_ITER first,
    INPUT_ITER last,
    ALLOCATOR const& basicAllocator = ALLOCATOR());

Parameters

NameDescription
firstbeginning of the range (inclusive)
lastend of the range (exclusive)
basicAllocatorallocator used to supply memory