std::ctype_base
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <locale> 中定义
|
||
class ctype_base; |
||
std::ctype_base方面的继承类std::ctype列出的字符分类.
原文:
The class std::ctype_base lists the character classification categories which are inherited by the std::ctype facets.
[编辑] 会员类型
mask |
未指定 BitmaskType (枚举,整数类型,或bitset的)原文: unspecified BitmaskType (enumeration, integer type, or bitset)(typedef) |
[编辑] 会员常数
space [静态的]</div></div>
|
mask 识别的空白字符分类 原文: the value of mask identifying whitespace character classification (公共静态成员常量) |
print [静态的]</div></div>
|
mask 确定可打印字符分类的价值 原文: the value of mask identifying printable character classification (公共静态成员常量) |
cntrl [静态的]</div></div>
|
mask 识别控制字符分类 原文: the value of mask identifying control character classification (公共静态成员常量) |
upper [静态的]</div></div>
|
mask 确定的价值大写字符分类 原文: the value of mask identifying uppercase character classification (公共静态成员常量) |
lower [静态的]</div></div>
|
值 mask 识别小写字母分类 原文: the value of mask identifying lowercase character classification (公共静态成员常量) |
alpha [静态的]</div></div>
|
mask 识别英文字母分类的价值 原文: the value of mask identifying alphabetic character classification (公共静态成员常量) |
digit [静态的]</div></div>
|
mask 识别数字字符分类的价值 原文: the value of mask identifying digit character classification (公共静态成员常量) |
punct [静态的]</div></div>
|
mask 识别的标点字符分类 原文: the value of mask identifying punctuation character classification (公共静态成员常量) |
xdigit [静态的]</div></div>
|
mask 识别十六进制数字字符分类的价值 原文: the value of mask identifying hexadecimal digit character classification (公共静态成员常量) |
blank [静态的] (C++11)</div></div>
|
mask 识别空白字符分类的价值 原文: the value of mask identifying blank character classification (公共静态成员常量) |
alnum [静态的]</div></div>
|
alpha | digit (公共静态成员常量) |
graph [静态的]</div></div>
|
alnum | punct (公共静态成员常量) |
[编辑] 另请参阅
定义字符分类表 原文: defines character classification tables (类模板) | |
专业化的类型std::ctypechar 原文: specialization of std::ctype for type char (类模板特化) | |
代表系统提供std::ctype命名的语言环境 原文: represents the system-supplied std::ctype for the named locale (类模板) |