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