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/list.hpp> template<typename T, typename A, typename U> list< T, A >::size_type erase(list< T, A > & c, const U & v);