Split the string example.

This commit is contained in:
Relintai 2022-04-27 15:39:42 +02:00
parent ae942a4229
commit 7d574029c7

View File

@ -122,7 +122,8 @@ public:
uint32_t to_uint() const;
std::string to_string() const;
void print() const;
--
new_column
class String (cont)
void append(const char *str);
void append(const wchar_t *str);
void append(const String &other);