erase

Erase elements

Synopsis

size_t erase( string_view key, ignore_case_param ic) noexcept;

Declared in file <src/params_ref.cpp> at line 93

Description

All iterators are invalidated.

Postconditions

this->count( key, ic ) == 0

Complexity

Linear in `this->url().encoded_query().size()`.

Exception Safety

Throws nothing.