bsl::basic_string::resize

Change the length of this string.

Synopses

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...

Parameters

NameDescription
newLengthnew length of this string
charactercharacter value