Home | Libraries | People | FAQ | More |
Erase elements.
iterator erase( iterator first, iterator last);
This function removes a range of elements from the container.
All iterators that are equal to first
or come after are invalidated.
Linear in this->url().encoded_query().size()
.
Throws nothing.
An iterator to one past the removed range.
Name |
Description |
---|---|
|
The range of elements to erase. |