...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::to_lower — Convert to lower case.
template<typename WritableRangeT> Â Â void to_lower(WritableRangeT & Input, Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â const std::locale & Loc = std::locale());
Copyright © 2002-2004 Pavol Droba |