bsl::vectorBase<long double>::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.

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