std::ctype<CharT>::ctype
来自cppreference.com
文本处理库
本地化库
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::ctype
| 成员函数 | ||||
ctype::ctype | ||||
| ctype<char> 的成员函数 | ||||
在标头 <locale> 定义 | ||
explicit ctype( std::size_t refs = 0 ); | ||
创建 std::ctype 刻面并转发引用计数 refs 到基类构造函数 locale::facet::facet()。
参数
| refs | - | 开始的引用计数 |