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
![]() |
Home | Libraries | People | FAQ | More |
boost::algorithm::erase_all — Erase all algorithm.
// In header: <boost/algorithm/string/erase.hpp> template<typename SequenceT, typename RangeT> void erase_all(SequenceT & Input, const RangeT & Search);