resize overloads

Synopses

Declared in <bslstl_vector.h>

Change the size of this vector to newSize.

void
resize(size_type newSize);

Change the size of this vector.

void
resize(
    size_type newSize,
    VALUE_TYPE const& value);

Parameters

Name

Description

newSize

new element count for this vector

value

element value

Created with MrDocs