Change the length of this string.
Declared in <bslstl_string.h>
Change the length of this string.
void
resize(size_type newLength);
» more...
Change the length of this string.
void
resize(
size_type newLength,
CHAR_TYPE character);
» more...
| Name | Description |
|---|---|
| newLength | new length of this string |
| character | character value |