std::ctype_base
De cppreference.com
|
|
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
| Definido en el archivo de encabezado <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.
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) |
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. (constante miembro pública 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. (constante miembro pública 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. (constante miembro pública 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. (constante miembro pública 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. (constante miembro pública 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. (constante miembro pública 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. (constante miembro pública 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. (constante miembro pública 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. (constante miembro pública 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. (constante miembro pública estática) |
alnum [estático] |
alpha | digit (constante miembro pública estática) |
graph [estático] |
alnum | punct (constante miembro pública estática) |
Ver también
| Define las tablas de clasificación de caracteres. (plantilla de clase) | |
Especialización de std::ctype para el tipo char. (especialización de plantilla de clase) | |
| Representa a std::ctype suministrado por el sistema para la configuración regional nombrada. (plantilla de clase) |