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