![]() |
Home | Libraries | People | FAQ | More |
Append to the string.
constexprbasic_static_string& append(basic_static_string::size_typecount,basic_static_string::value_typech);
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 |
|---|---|
|
|
|