Returns the number of elements the map can hold without rehashing.
Synopsis
Declared in <absl/container/linked_hash_map.h>
size_t
capacity() const;
Return Value
The current capacity.
Created with MrDocs