[#prevector-0c-insert-01] = xref:prevector-0c.adoc[prevector]::insert :relfileprefix: ../ :mrdocs: Inserts the elements of the range [first, last) before `pos`.] == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<std::input_iterator InputIterator> void insert( xref:prevector-0c/iterator.adoc[iterator] pos, InputIterator first, InputIterator last); ---- == Parameters [cols="1,4"] |=== | Name| Description | *pos* | Iterator to the position to insert before. | *first* | Iterator to the first element to insert. | *last* | Iterator one past the last element to insert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#