Change the size of this vector.

Synopses

Declared in <bslstl_vector.h>

Change the size of this vector.

void
resize(size_type newLength);

Change the size of this vector.

void
resize(
    size_type newLength,
    VALUE_TYPE* value);

Parameters

Name

Description

newLength

requested minimum length

value

element value

Created with MrDocs