...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_tail — Erase tail algorithm.
template<typename SequenceT> void erase_tail(SequenceT & Input, unsigned int N);
Copyright © 2002-2004 Pavol Droba |