[#prevector-01-insert-0a7] = xref:prevector-01.adoc[prevector<36, unsigned char>]::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-01/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]#