Home | Libraries | People | FAQ | More |
Insert params.
iterator insert( iterator before, param_pct_view const& p);
This function inserts a param before the specified position.
All iterators that are equal to before
or come after are invalidated.
Linear in this->url().encoded_query().size()
.
Strong guarantee. Calls to allocate may throw. Exceptions thrown on invalid input.
Type |
Thrown On |
---|---|
|
|
An iterator to the inserted element.
Name |
Description |
---|---|
|
An iterator before which the param will be inserted. This may
be equal to |
|
The param to insert. |