bsl::vectorBase<unsigned char>::data

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.

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

unsigned char const*
data() const noexcept;
» more...