std::ctype<char>::table
< cpp | locale | ctype char
定义于头文件 <locale>
|
||
const mask* table() const throw(); |
(C++11 前) | |
const mask* table() const noexcept; |
(C++11 起) | |
返回此 std::ctype<char> 实例的构造函数中提供的分类表,或若未提供分类表,则返回 classic_table() 的副本。
参数
(无)
返回值
指向分类表(大小为 std::ctype<char>::table_size
的数组)中首元素的指针。
示例
本节未完成 原因:暂无示例 |