erase

Erase params

Synopsis

Declared in file <include/boost/url/params_encoded_ref.hpp> on line 621

Defined in file <src/params_encoded_ref.cpp> on line 233

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.