data_ptr()

Array::data_ptr() method

Returns a raw pointer to the beginning of the memory buffer where the array elements are stored.

vector_t::pointer System::Array<T>::data_ptr()

Array::data_ptr() const method

Returns a constant raw pointer to the beginning of the memory buffer where the array elements are stored.

const UnderlyingType * System::Array<T>::data_ptr() const

See Also