[#bsl-vector-008-data-00] = xref:bsl.adoc[bsl]::xref:bsl/vector-008.adoc[vector<Json>]::data :relfileprefix: ../../ :mrdocs: `data` overloads == Synopses Declared in `<bslstl_vector.h>` Return the address of the modifiable first element in this vector, or a valid, but non‐dereferenceable pointer value if this vector is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/Json.adoc[Json]* xref:bsl/vector-008/data-037.adoc[data]() noexcept; ---- [.small]#xref:bsl/vector-008/data-037.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/Json.adoc[Json] const* xref:bsl/vector-008/data-03d.adoc[data]() const noexcept; ---- [.small]#xref:bsl/vector-008/data-03d.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#