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.

signed char*
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.

signed char const*
data() const noexcept;

Created with MrDocs