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::algorithm::trim — Trim.
// In header: <boost/algorithm/string/trim.hpp> template<typename SequenceT> void trim(SequenceT & Input, const std::locale & Loc = std::locale());