[#07603B6E749A2A4542239CDDF600750EE925AA92]

Function params_ref:: erase

Erase elements

Synopsis

            std::size_t
erase(
    core::string_view key,
    ignore_case_param ic = = {}) noexcept;
        

Description

All iterators are invalidated.

Postconditions

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

Complexity

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

Exception Safety

Throws nothing.