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.
void**
data() noexcept;
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.
void const**
data() const noexcept;
Created with MrDocs