xtd 0.2.0
string_builder.hpp
Go to the documentation of this file.
1
4#pragma once
6
8namespace xtd {
10 namespace text {
20 }
21}
Contains xtd::text::basic_string_builder class.
Represents a mutable string of characters. This class cannot be inherited.
Definition basic_string_builder.hpp:36
xtd::text::basic_string_builder< char > string_builder
Represents a mutable string of characters of UTF-8 code units. This class cannot be inherited.
Definition string_builder.hpp:19
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