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

另见