...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 from the container.
array::iterator
erase(array::const_iterator
pos) noexcept; »more...
array::iterator
erase(array::const_iterator
first,array::const_iterator
last) noexcept; »more...