C++ keyword: char32_t
(since C++11)
From cppreference.com
[edit] Usage
char32_t
type: as the declaration of the type
[edit] Notes
Feature-test macro | Value | Std | Feature |
---|---|---|---|
__cpp_unicode_characters |
200704L | (C++11) | New character types (char16_t and char32_t) |
[edit] See also
- Fundamental types:
void
, std::nullptr_t(since C++11).- Integral types:
int
. Modifiers:signed
,unsigned
,short
,long
.- Boolean type:
bool
. Boolean literals:false
,true
. - Character types:
char
,char8_t
(since C++20),char16_t
,char32_t
(since C++11),wchar_t
.
- Boolean type:
- Floating-point types:
float
,double
.
- Integral types: