character literal
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
目录 |
[编辑] 语法
' unescaped_character|escaped_character '
|
(1) | ||||||||
L ' unescaped_character|escaped_character '
|
(2) | ||||||||
u ' unescaped_character|escaped_character ' (C++11 起)
|
(3) | ||||||||
U ' unescaped_character|escaped_character ' (C++11 起)
|
(4) | ||||||||
' (unescaped_character|escaped_character)+ '
|
(5) | ||||||||
[编辑] 解释
; unescaped_character
- 任何有效的字符
; escaped_character
- see 转义序列
[编辑] 类型
- char
- wchar_t
- char16_t
- char32_t
- int
[编辑] 请注意
Multicharacter literals (5) have implementation-defined value