std::ctype_base
De 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; |
||
El std::ctype_base clase se enumeran las categorías de clasificación de caracteres que se heredan por las facetas 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.
[editar] Tipos de miembros
| mask |
BitmaskType especificar (enumeración, de tipo entero, o 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) |
[editar] Constantes de miembros
| space [estático] |
el valor de mask clasificación de caracteres Identificar espacios en blanco 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. (público miembro constante estática) |
| print [estático] |
el valor de mask identificación de clasificación de caracteres imprimibles 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. (público miembro constante estática) |
| cntrl [estático] |
el valor de mask identificación de clasificación de caracteres de control 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. (público miembro constante estática) |
| upper [estático] |
el valor de mask identificación de clasificación de caracteres en mayúscula 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. (público miembro constante estática) |
| lower [estático] |
el valor de mask identificación de clasificación de caracteres en minúsculas 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. (público miembro constante estática) |
| alpha [estático] |
el valor de mask identificación de clasificación de caracteres alfabéticos 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. (público miembro constante estática) |
| digit [estático] |
el valor de mask identificación de clasificación de caracteres dígitos 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. (público miembro constante estática) |
| punct [estático] |
el valor de mask identificación de clasificación de caracteres puntuacion 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. (público miembro constante estática) |
| xdigit [estático] |
el valor de mask identificar clasificación hexadecimal dígito 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. (público miembro constante estática) |
| blank [estático] (C++11) |
el valor de mask identificación de clasificación de caracteres en blanco 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. (público miembro constante estática) |
| alnum [estático] |
alpha | digit (público miembro constante estática) |
| graph [estático] |
alnum | punct (público miembro constante estática) |
[editar] Ver también
| define las tablas de caracteres de clasificación 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. (clase de plantilla) | |
| especialización de std::ctype para char tipo 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. (clase de especialización de plantilla) | |
| representa el sistema suministrado por std::ctype para la localidad nombrada 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. (clase de plantilla) | |