data()

Array::data() method

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

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

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