Home | Libraries | People | FAQ | More |
boost::algorithm::to_upper — Convert to upper case.
// In header: <boost/algorithm/string/case_conv.hpp> template<typename WritableRangeT> void to_upper(WritableRangeT & Input, const std::locale & Loc = std::locale());