std::ctype<char>::table
STD::Ctype<char>*表
Defined in header | | |
---|---|---|
const mask* table() const; | (1) | |
的构造函数中提供的分类表。std::ctype<char>,或返回classic_table()如果没有人提供。
参数
%280%29
返回值
指向分类表%28中的第一个元素的指针,它是一个大小数组std::ctype<char>::table_size29%。
例外
(none) | (until C++11) |
---|---|
noexcept specification: noexcept | (since C++11) |
例
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。