data overloads
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.
long*
data() noexcept;
» more...
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.
long const*
data() const noexcept;
» more...