...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Erase elements.
std::size_t erase( core::string_view key, ignore_case_param ic = {});
All iterators are invalidated.
this->count( key, ic ) == 0
Linear in this->url().encoded_query().size()
.
Throws nothing.
The number of elements removed from the container.
Name |
Description |
---|---|
|
The key to match. By default, a case-sensitive comparison is used. |
|
An optional parameter. If the value |