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