Erase params

Synopsis

Declared in header </boost/url/params_encoded_ref.hpp#L621[boost/url/params_encoded_ref.hpp,window=blank_]>

Description

This function removes a range of params 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

  • iterator

Parameters

Name Type

first

iterator

last

iterator