...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::algorithm::ierase_first — Erase first algorithm ( case insensitive ).
template<typename SequenceT, typename CollectionT> void ierase_first(SequenceT & Input, const CollectionT & Search, const std::locale & Loc = std::locale());
Copyright © 2002-2004 Pavol Droba |