Returns the maximum number of elements the set can hold.

Synopsis

Declared in <absl/container/linked_hash_set.h>

size_type
max_size() const noexcept;

Return Value

The maximum number of elements.

Created with MrDocs