[#absl-InlinedVector-data-0f] = xref:absl.adoc[absl]::xref:absl/InlinedVector.adoc[InlinedVector]::data :relfileprefix: ../../ :mrdocs: Overload of `InlinedVector::data()` that returns a `const_pointer` to the elements of the inlined vector. This pointer can be used to access but not modify the contained elements. == Synopsis Declared in `<absl/container/inlined_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/InlinedVector/const_pointer.adoc[const_pointer] data() const noexcept; ---- == Description NOTE: only elements within [`data()`, `data() + size()`) are valid.] == Return Value A `const_pointer` to the elements. [.small]#Created with https://www.mrdocs.com[MrDocs]#