Change the length of this string.
Synopses
Declared in <bslstl_string.h>
Change the length of this string.
void
resize(size_type newLength);
Change the length of this string.
void
resize(
size_type newLength,
CHAR_TYPE character);
Parameters
Name |
Description |
newLength |
new length of this string |
character |
character value |
Created with MrDocs