toupper

Converts to upper case character using the locale specified.

  template <class charT> charT toupper
  (charT c, const locale& loc) const;
  
Remarks

Returns the upper case character.