VecDeque::reserve

Increase the capacity to capacity. Capacity will not shrink.

Synopsis

Declared in <util/vecdeque.h>

void
reserve(size_t capacity);

Parameters

NameDescription
capacityThe minimum capacity to allocate for.