![]() |
Home | Libraries | People | FAQ | More |
Append characters to the string.
string
& append(std::size_t
count, char ch);
Appends count
copies
of ch
to the end of the
string.
Strong guarantee.
*this
Name |
Description |
---|---|
|
The number of characters to append. |
|
The character to append. |
Type |
Thrown On |
---|---|
boost::system::system_error |
|