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

Create a vector object.

Synopsis

Declared in <bslstl_vector.h>

template<class t_RANGE>
vector(
    std::from_range_t unused,
    t_RANGE&& range,
    ALLOCATOR const& basicAllocator = ALLOCATOR());

Parameters

NameDescription
basicAllocatorallocator used to supply memory
unusedtag selecting the from-range constructor overload
rangeinput range of elements