...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::erase_range — Erase range algorithm.
template<typename SequenceT> Â Â void erase_range(SequenceT & Input, Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â const iterator_range< typename range_iterator< SequenceT >::type > & SearchRange);
Copyright © 2002-2004 Pavol Droba |