protected virtual member function
<locale>

std::ctype::do_toupper

單個字元 (1)
       char_type do_toupper (char_type c) const;
序列 (2)
const char_type* do_toupper (char_type* low, const char_type* high) const;
轉換為大寫 [virtual]
ctype::toupper 呼叫,用於將字元轉換為大寫的受保護虛成員函式。

多型派生類可以覆蓋此函式的行為。

有關 ctype 中的預設行為,請參見 ctype::toupper

另見