iswupper function — Determines whether a wide character is uppercase
int iswupper(wint_t wc)
The iswupper function returns true (nonzero) if wc is an uppercase character.
iswupper
wc
iswalpha function, iswlower function, towupper function, isupper in <cctype>
isupper
<cctype>