[#absl-Span-data] = xref:absl.adoc[absl]::xref:absl/Span.adoc[Span]::data :relfileprefix: ../../ :mrdocs: Returns a pointer to the span's underlying array of data. == Synopsis Declared in `<absl/types/span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/Span/pointer.adoc[pointer] data() const noexcept; ---- == Return Value A pointer to the first element (held outside the span). [.small]#Created with https://www.mrdocs.com[MrDocs]#