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