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