![]() |
Home | Libraries | People | FAQ | More |
Append to the string.
template<std::size_tM> constexprbasic_static_string& append( constbasic_static_string< M, CharT, Traits >& s,basic_static_string::size_typepos,basic_static_string::size_typecount =basic_static_string::npos);
Appends the substring sub
to the end of the string, where sub
is s.substr(pos, count).
Strong guarantee.
|
Type |
Description |
|---|---|
|
|
The size of the string to append. |
*this
|
Name |
Description |
|---|---|
|
|
The string to append. |
|
|
The index at which to begin the substring. |
|
|
The size of the substring. The default argument for this parameter
is |
|
Type |
Thrown On |
|---|---|
|
|
|
|
|
|