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

Synopsis

Declared in <folly/container/sorted_vector_types.h>

size_type
capacity() const;

Return Value

The current capacity.

Created with MrDocs