[#F9D54C8F36D5AEDEB906937B6BFC245587C763B4]

Function params_ref:: erase

Erase elements

Synopsis

            iterator
erase(
    iterator first,
    iterator last) noexcept;
        

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.