std::ctype_base
来自cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| Defined in header <locale>
|
||
| class ctype_base; |
||
std::ctype_base方面的继承类std::ctype列出的字符分类.
Original:
The class std::ctype_base lists the character classification categories which are inherited by the std::ctype facets.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[编辑] 会员类型
| mask |
未指定 BitmaskType(枚举,整数类型,或bitset的)Original: unspecified BitmaskType (enumeration, integer type, or bitset)The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (的typedef) |
[编辑] 会员常数
| space [静态的] </ SPAN></div></div>
|
mask识别的空白字符分类 Original: the value of mask identifying whitespace character classification The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共静态成员常量) |
| print [静态的] </ SPAN></div></div>
|
mask确定可打印字符分类的价值 Original: the value of mask identifying printable character classification The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共静态成员常量) |
| cntrl [静态的] </ SPAN></div></div>
|
mask识别控制字符分类 Original: the value of mask identifying control character classification The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共静态成员常量) |
| upper [静态的] </ SPAN></div></div>
|
mask确定的价值大写字符分类 Original: the value of mask identifying uppercase character classification The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共静态成员常量) |
| lower [静态的] </ SPAN></div></div>
|
值 mask识别小写字母分类 Original: the value of mask identifying lowercase character classification The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共静态成员常量) |
| alpha [静态的] </ SPAN></div></div>
|
mask识别英文字母分类的价值 Original: the value of mask identifying alphabetic character classification The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共静态成员常量) |
| digit [静态的] </ SPAN></div></div>
|
mask识别数字字符分类的价值 Original: the value of mask identifying digit character classification The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共静态成员常量) |
| punct [静态的] </ SPAN></div></div>
|
mask识别的标点字符分类 Original: the value of mask identifying punctuation character classification The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共静态成员常量) |
| xdigit [静态的] </ SPAN></div></div>
|
mask识别十六进制数字字符分类的价值 Original: the value of mask identifying hexadecimal digit character classification The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共静态成员常量) |
| blank [静态的] </ SPAN> (C++11)</div></div>
|
mask识别空白字符分类的价值 Original: the value of mask identifying blank character classification The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (公共静态成员常量) |
| alnum [静态的] </ SPAN></div></div>
|
alpha | digit (公共静态成员常量) |
| graph [静态的] </ SPAN></div></div>
|
alnum | punct (公共静态成员常量) |
[编辑] 另请参阅
| 定义字符分类表 Original: defines character classification tables The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (类模板) | |
| 专业化的类型std::ctypechar Original: specialization of std::ctype for type char The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (类模板专业化) | |
| 代表系统提供std::ctype命名的语言环境 Original: represents the system-supplied std::ctype for the named locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (类模板) | |