[#absl-chunked_queue-size] = xref:absl.adoc[absl]::xref:absl/chunked_queue.adoc[chunked_queue]::size :relfileprefix: ../../ :mrdocs: Returns the number of elements in the queue. == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t size() const; ---- == Return Value The number of elements. [.small]#Created with https://www.mrdocs.com[MrDocs]#