[#absl-chunked_queue-end-0d] = xref:absl.adoc[absl]::xref:absl/chunked_queue.adoc[chunked_queue]::end :relfileprefix: ../../ :mrdocs: Returns a const iterator past the last element. == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/chunked_queue/const_iterator.adoc[const_iterator] end() const; ---- == Return Value A const iterator to the end of the queue. [.small]#Created with https://www.mrdocs.com[MrDocs]#