Constructs a container from the elements in the range [first, last).]
Declared in <prevector.h>
template<std::input_iterator InputIterator>
prevector(
InputIterator first,
InputIterator last);
| Name | Description |
|---|---|
| first | Iterator to the first element to copy. |
| last | Iterator one past the last element to copy. |