Return a pointer to the contiguous element storage.
Synopsis
Declared in <bslstl_vector.h>
VALUE_TYPE**
data() noexcept;
Return Value
address of the modifiable first element, or a non‐dereferenceable pointer if empty
Created with MrDocs