#include "../basic_string.hpp"#include "../argument_exception.hpp"#include "../argument_out_of_range_exception.hpp"#include "../environment.hpp"#include "../index_out_of_range_exception.hpp"#include "../null_pointer_exception.hpp"#include "../numeric_literals.hpp"#include <iterator>Contains xtd::text::basic_string_builder class.
Go to the source code of this file.
Classes | |
| class | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > |
| Represents a mutable string of characters. This class cannot be inherited. More... | |
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. | |