[#bsl-vectorBase-06a-data-01] = xref:bsl.adoc[bsl]::xref:bsl/vectorBase-06a.adoc[vectorBase]::data :relfileprefix: ../../ :mrdocs: Return the address of the non‐modifiable first element in this vector, or a valid, but non‐dereferenceable pointer value if this vector is empty. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- VALUE_TYPE const* data() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#