[#absl-InlinedVector-begin-08] = xref:absl.adoc[absl]::xref:absl/InlinedVector.adoc[InlinedVector]::begin :relfileprefix: ../../ :mrdocs: Returns an `iterator` to the beginning of the inlined vector. == Synopsis Declared in `<absl/container/inlined_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/InlinedVector/iterator.adoc[iterator] begin() noexcept; ---- == Return Value An `iterator` to the first element. [.small]#Created with https://www.mrdocs.com[MrDocs]#