...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.
iterator erase( iterator pos); »more...
iterator erase( iterator first, iterator last); »more...
std::size_t erase( string_view key, ignore_case_param ic = {}); »more...