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