[#prevector-0c-2constructor-09] = xref:prevector-0c.adoc[prevector]::prevector :relfileprefix: ../ :mrdocs: Constructs a container from the elements in the range [first, last).] == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<std::input_iterator InputIterator> prevector( InputIterator first, InputIterator last); ---- == Parameters [cols="1,4"] |=== | Name| Description | *first* | Iterator to the first element to copy. | *last* | Iterator one past the last element to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#