Inserts count copies of value before pos.
Synopsis
Declared in <prevector.h>
void
insert(
iterator pos,
size_type count,
T const& value);
Parameters
Name |
Description |
pos |
Iterator to the position to insert before. |
count |
The number of copies to insert. |
value |
The value to insert. |
Created with MrDocs