Append characters from a string.
string& operator+=( string_view sv); » more...
more...
Append a character.
string& operator+=( char ch); » more...