Category
C++-Specific Keywords, Type specifiers
Syntax
char32_t <identifier>;
Description
In C++ programs, char32_t is a fundamental data type that can represent a 32 bit character type. This type could be used for UTF-32 characters. You can create a char32_t type with U'<character>', which is a literal for a single char32_t character
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|