![]() |
Home | Libraries | People | FAQ | More |
Append to the string.
constexprbasic_static_string& append(std::initializer_list<basic_static_string::value_type> ilist);
Appends the characters from ilist
to the end of the string.
Strong guarantee.
*this
|
Name |
Description |
|---|---|
|
|
The initializer list to append. |
|
Type |
Thrown On |
|---|---|
|
|
|