受保护的虚成员函数
<locale>

std::ctype::do_widen

单个字符 (1)
  char_type do_widen (char c) const;
序列 (2)
const char* do_widen (const char* low, const char* high, char_type* to) const;
宽字符(s) [虚函数]
ctype::widen 调用,用于将 char 值转换为由此 locale facet 管理的字符类型等效项的受保护虚成员函数。

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

有关 ctype 中的默认行为,请参见 ctype::widen

另见