Change the size of this vector.

Synopsis

Declared in <bslstl_vector.h>

void
resize(
    size_type newLength,
    VALUE_TYPE* value);

Parameters

Name

Description

newLength

requested minimum length

value

element value

Created with MrDocs