System::Array::data_ptr method

Array::data_ptr() method

Restituisce un puntatore grezzo all’inizio del buffer di memoria dove sono memorizzati gli elementi dell’array.

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

Vedi anche

Array::data_ptr() const method

Restituisce un puntatore grezzo costante all’inizio del buffer di memoria dove sono memorizzati gli elementi dell’array.

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

Vedi anche