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

Synopsis

Declared in <bslstl_vector.h>

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