[#bsl-vectorBase-08-data-08] = xref:bsl.adoc[bsl]::xref:bsl/vectorBase-08.adoc[vectorBase<unsigned int>]::data :relfileprefix: ../../ :mrdocs: Return the address of the 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"] ---- unsigned int* data() noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#