Contains xtd::u32string_builder alias.
Go to the source code of this file.
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
namespace | xtd::text |
Contains classes that represent ASCII and Unicode character encodings; abstract base classes for converting blocks of characters to and from blocks of bytes; and a helper class that manipulates and formats xtd::string objects without creating intermediate instances of xtd::string. | |
Typedefs | |
using | xtd::text::u32string_builder = xtd::text::basic_string_builder< xtd::char32 > |
Represents text as a sequence of UTF-32 code units. | |