[#absl-InlinedVector-begin-0be] = xref:absl.adoc[absl]::xref:absl/InlinedVector.adoc[InlinedVector]::begin :relfileprefix: ../../ :mrdocs: `begin` overloads == Synopses Declared in `<absl/container/inlined_vector.h>` Returns an `iterator` to the beginning of the inlined vector. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/InlinedVector/iterator.adoc[iterator] xref:absl/InlinedVector/begin-08.adoc[begin]() noexcept; ---- [.small]#xref:absl/InlinedVector/begin-08.adoc[_» more..._]# Overload of `InlinedVector::begin()` that returns a `const_iterator` to the beginning of the inlined vector. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/InlinedVector/const_iterator.adoc[const_iterator] xref:absl/InlinedVector/begin-0b3.adoc[begin]() const noexcept; ---- [.small]#xref:absl/InlinedVector/begin-0b3.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]#