![]() |
Home | Libraries | People | FAQ | More |
Append to the string.
constexprbasic_static_string& append(basic_static_string::const_pointers,basic_static_string::size_typecount);
Appends count characters
from the string pointed to by s
to the end of the string.
Strong guarantee.
The string can contain null characters.
*this
|
Name |
Description |
|---|---|
|
|
The string to append. |
|
|
The number of characters to append. |
|
Type |
Thrown On |
|---|---|
|
|
|