std::ctype_base
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody>| Elemento definito nell'header <locale>
|
||
class ctype_base; |
||
Il std::ctype_base classe elenca le categorie di caratteri di classificazione che vengono ereditate dalle sfaccettature 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.
Membri tipi
mask |
BitmaskType non specificato (enumerazione, tipo intero, 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) |
Membri costanti
space [statico] |
il valore di mask carattere classificazione Identificare gli spazi 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. (pubblico membro statico costante) |
print [statico] |
il valore di mask identificare classificazione stampabile carattere 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. (pubblico membro statico costante) |
cntrl [statico] |
il valore di classificazione di controllo mask identificazione carattere 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. (pubblico membro statico costante) |
upper [statico] |
il valore di mask identificare classificazione carattere maiuscolo 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. (pubblico membro statico costante) |
lower [statico] |
il valore di mask identificare classificazione carattere minuscolo 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. (pubblico membro statico costante) |
alpha [statico] |
il valore di mask identificare classificazione carattere alfabetico 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. (pubblico membro statico costante) |
digit [statico] |
il valore di mask identificare classificazione cifra 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. (pubblico membro statico costante) |
punct [statico] |
il valore di classificazione punteggiatura mask identificazione carattere 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. (pubblico membro statico costante) |
xdigit [statico] |
il valore di mask identificazione esadecimale classificazione cifra 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. (pubblico membro statico costante) |
blank [statico] (C++11) |
il valore di mask identificare classificazione bianco carattere 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. (pubblico membro statico costante) |
alnum [statico] |
alpha | digit (pubblico membro statico costante) |
graph [statico] |
alnum | punct (pubblico membro statico costante) |
Vedi anche
definisce le tabelle di classificazione dei caratteri 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. (classe template) | |
specializzazione di std::ctype per 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. (classe modello di specializzazione) | |
rappresenta il sistema fornita std::ctype per la versione locale di nome 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. (classe template) | |