std::ctype<char>::classic_table
STD::Ctype<char>*经典[医]表
Defined in header | | |
---|---|---|
static const mask* classic_table( | | |
返回与最小“C”区域设置使用的分类匹配的分类表。
参数
%280%29
返回值
指向分类表%28中的第一个元素的指针,它是一个大小数组std::ctype<char>::table_size29%。
例外
(none) | (until C++11) |
---|---|
noexcept specification: noexcept | (since C++11) |
注记
缺省构造std::ctype<char>方面使用此表进行分类。
例
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。