Returns the maximum number of elements the map can hold.

Synopsis

Declared in <absl/container/linked_hash_map.h>

size_type
max_size() const noexcept;

Return Value

The maximum number of elements.

Created with MrDocs