System::Array::data method

Array::data() method

Returns a reference to the internal data structure used to store the array elements.

vector_t & System::Array<T>::data()

See Also

Array::data() const method

Returns a constant reference to the internal data structure used to store the array elements.

const vector_t & System::Array<T>::data() const

See Also