[#bsl-vector-086-insert_range] = xref:bsl.adoc[bsl]::xref:bsl/vector-086.adoc[vector<VALUE_TYPE*, ALLOCATOR>]::insert_range :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_RANGE> xref:bsl/vector-086/iterator.adoc[vector<VALUE_TYPE*, ALLOCATOR>::iterator] insert_range( xref:bsl/vector-086/const_iterator.adoc[const_iterator] position, t_RANGE&& range); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#