boost::algorithm::to_upper — Convert to upper case.
template<typename MutableCollectionT> void to_upper(MutableCollectionT & Input, const std::locale & Loc = std::locale());
Each element of the input sequence is converted to upper case. The input sequence is modified in-place.
Parameters
An input collection
a locale used for conversion