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