boost::algorithm::to_upper — Convert to upper case.
// In header: <boost/algorithm/string/case_conv.hpp> template<typename WritableRangeT> ( Input, Loc = );
Each element of the input sequence is converted to upper case. The input sequence is modified in-place.
Parameters:
Input
An input range
Loc
a locale used for conversion