protected virtual member function
<locale>

std::ctype::do_tolower

单个字符 (1)
       char_type do_tolower (char_type c) const;
序列 (2)
const char_type* do_tolower (char_type* low, const char_type* high) const;
转换为小写 [虚函数]
ctype::tolower 调用,用于将字符转换为小写的受保护虚成员函数。

多态派生类可以覆盖此函数的行为。

有关 ctype 中的默认行为,请参阅 ctype::tolower

另见