Return a pointer to the contiguous element storage.

Synopsis

Declared in <bslstl_vector.h>

VALUE_TYPE const**
data() const noexcept;

Return Value

address of the non‐modifiable first element, or a non‐dereferenceable pointer if empty

Created with MrDocs