Create a vector object.
Declared in <bslstl_vector.h>
template<class t_RANGE>
vector(
std::from_range_t unused,
t_RANGE&& range,
ALLOCATOR const& basicAllocator = ALLOCATOR());
| Name | Description |
|---|---|
| basicAllocator | allocator used to supply memory |
| unused | tag selecting the from-range constructor overload |
| range | input range of elements |