Returns the maximum number of elements the queue is able to hold.
Synopsis
Declared in <absl/container/chunked_queue.h>
size_type
max_size() const noexcept;
Return Value
The maximum number of elements.
Created with MrDocs