character literal
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/>
Sintassi
' unescaped_character|escaped_character '
|
(1) | ||||||||
L ' unescaped_character|escaped_character '
|
(2) | ||||||||
u ' unescaped_character|escaped_character ' (dal C++11)
|
(3) | ||||||||
U ' unescaped_character|escaped_character ' (dal C++11)
|
(4) | ||||||||
' (unescaped_character|escaped_character)+ '
|
(5) | ||||||||
Spiegazione
, Unescaped_character
Original:
;unescaped_character
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.
- Qualsiasi carattere validoOriginal:Any valid characterThe text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
, Escaped_character
Original:
;escaped_character
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.
Tipo
charwchar_tchar16_tchar32_tint
Nota
Multicharacter literals (5) have implementation-defined value