Home | Libraries | People | FAQ | More |
Insert elements.
iterator insert( iterator before, param_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.
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. |