Returns the number of elements the container can hold without reallocating.

Synopsis

Declared in <prevector.h>

size_t
capacity() const;

Return Value

The number of elements the container can hold without reallocating.

Created with MrDocs