#include "../basic_string.h"
#include "../argument_exception.h"
#include "../argument_out_of_range_exception.h"
#include "../environment.h"
#include "../index_out_of_range_exception.h"
#include "../null_pointer_exception.h"
#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. | |