Returns the maximum number of elements the inlined vector can hold.

Synopsis

Declared in <absl/container/inlined_vector.h>

size_type
max_size() const noexcept;

Return Value

The maximum number of elements.

Created with MrDocs