Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::container::erase
// In header: <boost/container/static_vector.hpp> template<typename T, std::size_t N, typename O, typename U> static_vector< T, N, O >::size_type erase(static_vector< T, N, O > & c, const U & v);