[#bsl-vector-099-data-0d] = xref:bsl.adoc[bsl]::xref:bsl/vector-099.adoc[vector<pair<Date, DayOfWeekSet>>]::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"] ---- xref:bsl/pair-0b.adoc[pair<Date, DayOfWeekSet>]* data() noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#