xtd 0.2.0
u32string_builder.hpp
Go to the documentation of this file.
1
4#pragma once
6#include "../char32.hpp"
7
9namespace xtd {
11 namespace text {
21 }
22}
Contains xtd::text::basic_string_builder class.
Contains xtd::char32 type.
Represents a mutable string of characters. This class cannot be inherited.
Definition basic_string_builder.hpp:36
xtd::text::basic_string_builder< xtd::char32 > u32string_builder
Represents a mutable string of characters of UTF-32 code units. This class cannot be inherited.
Definition u32string_builder.hpp:20
Contains classes that represent ASCII and Unicode character encodings; abstract base classes for conv...
Definition basic_string_builder.hpp:17
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8