Insert elements from a range into this vector.

Synopsis

Declared in <bslstl_vector.h>

template<class t_RANGE>
vector<VALUE_TYPE*, ALLOCATOR>::iterator
insert_range(
    const_iterator position,
    t_RANGE&& range);

Return Value

iterator to the first inserted element, or position if empty

Parameters

Name

Description

range

input range of elements

position

element position or insertion point

Created with MrDocs