[#absl-FixedArray-data-0c7] = xref:absl.adoc[absl]::xref:absl/FixedArray.adoc[FixedArray]::data :relfileprefix: ../../ :mrdocs: Returns a const T* pointer to elements of the `FixedArray`. This pointer can be used to access (but not modify) the contained elements. == Synopsis Declared in `<absl/container/fixed_array.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/FixedArray/const_pointer.adoc[const_pointer] data() const; ---- == Return Value A const pointer to the first element. [.small]#Created with https://www.mrdocs.com[MrDocs]#