[#B4311A57D241486C72032A8D47DDA07E764C79E0]
Erase params
iterator erase( iterator first, iterator last) noexcept;
This function removes a range of params from the container.
All iterators that are equal to `first` or come after are invalidated.
Linear in `this->url().encoded_query().size()`.
Throws nothing.