Synopsis
Declared in <bslstl_vector.h>
template<class t_RANGE>
vector<VALUE_TYPE*, ALLOCATOR>::iterator
insert_range(
const_iterator position,
t_RANGE&& range);
Created with MrDocs
Declared in <bslstl_vector.h>
template<class t_RANGE>
vector<VALUE_TYPE*, ALLOCATOR>::iterator
insert_range(
const_iterator position,
t_RANGE&& range);
Created with MrDocs