![]() |
Home | Libraries | People | FAQ | More |
Change the size of the string.
constexpr void resize(basic_static_string::size_typen,basic_static_string::value_typec);
Resizes the string to contain n
characters. If n >
size(),
copies of c are appended.
Otherwise, size()
is reduced to n.
|
Name |
Description |
|---|---|
|
|
The size to resize the string to. |
|
|
The characters to append if the size increases. |
|
Type |
Thrown On |
|---|---|
|
|
|