Insert params
Synopses
Insert params
Insert params
iterator
insert(
iterator before,
param_pct_view const& p);
Insert params
Exceptions
Name |
Thrown on |
|
|
Return Value
-
An iterator to the first element inserted, or
before
ifinit.size() == 0
. -
An iterator to the inserted element.
-
An iterator to the first element inserted, or
before
iffirst == last
. -
An iterator to the first element inserted.
Parameters
Name |
Description |
before |
An iterator before which the element is inserted. This may be equal to |
init |
The list of params to insert. |
p |
The param to insert. |
first |
The first element to insert. |
last |
One past the last element to insert. |
Created with MrDocs