Erase elements
Synopsis
Declared in header <boost/url/params_ref.hpp>
Description
This function removes a range of elements from the container.
All iterators that are equal to
first or come after are invalidated.
Complexity
Linear in this->url().encoded_query().size().
Exception Safety
Throws nothing.
Return Value
An iterator to one past the removed range.
Parameters
| Name | Description |
|---|---|
first, |
last The range of elements to erase. |