CppDS.com

C++ 98 11 14 17 20 手册

std::ctype<CharT>::ctype

来自cppreference.com
< cpp‎ | locale‎ | ctype

 
 
 
 
定义于头文件 <locale>
explicit ctype( std::size_t refs = 0 );

创建 std::ctype 平面并转发引用计数 refs 到基类构造函数 locale::facet::facet()

参数

refs - 开始的引用计数
关闭