![]() |
Home | Libraries | People | FAQ | More |
Assign to the string.
constexprbasic_static_string& assign(basic_static_string::const_pointers,basic_static_string::size_typecount);
Replaces the contents with those of {s, s + count).
Linear in count.
Strong guarantee.
The range can contain null characters.
*this
|
Name |
Description |
|---|---|
|
|
The number of characters to copy. |
|
|
A pointer to the string to copy from. |
|
Type |
Thrown On |
|---|---|
|
|
|