ctype::do_toupper
调用的虚函数转换字符或字符范围为大写。
virtual CharType do_toupper(
CharType ch
) const;
virtual const CharType *do_toupper(
CharType* first,
const CharType* last
) const;
参数
ch
要转换的字符为大写。first
到第一个字符的指针。情况要转换的字符范围。last
为字符的指针。在情况要转换的字符范围内的最后一个字符之后。
返回值
第一个受保护的成员函数返回参数 ch的大写形式。 如果窗体被不存在,则返回 ch。 第二保护的成员函数返回 last。
备注
第二个函数保护成员模板用 do_toupper(firstI] [ I 的元素替换每 first [I],在 [0,last - first),)。
示例
针对 toupper参见示例,调用 do_toupper。
要求
页眉: <区域设置>
命名空间: std