Return a pointer to the contiguous element storage.
Declared in <bslstl_vector.h>
Return a pointer to the contiguous element storage.
VALUE_TYPE**
data() noexcept;
» more...
Return a pointer to the contiguous element storage.
VALUE_TYPE const**
data() const noexcept;
» more...