Increase the capacity to capacity. Capacity will not shrink.

Synopsis

Declared in <util/vecdeque.h>

void
reserve(size_t capacity);

Parameters

Name

Description

capacity

The minimum capacity to allocate for.

Created with MrDocs