Namespaces
Variants
Views
Actions

std::toupper

From cppreference.com
Defined in header <cctype>
int toupper( int ch );

Converts the given character to uppercase.

[edit] Parameters

ch - character to be converted

[edit] Return value

Converted character or ch if no such conversion was possible

[edit] See also

converts a character to lowercase
(function) [edit]
converts a character to uppercase using the ctype facet of a locale
(function template) [edit]
converts a wide character to uppercase
(function) [edit]
C documentation for toupper