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