Insert elements from a range into this vector.
Declared in <bslstl_vector.h>
template<class t_RANGE>
vector<VALUE_TYPE*, ALLOCATOR>::iterator
insert_range(
const_iterator position,
t_RANGE&& range);
iterator to the first inserted element, or position if empty
| Name | Description |
|---|---|
| range | input range of elements |
| position | element position or insertion point |