array_view::data Method
Returns a pointer to the raw data of the array_view.
_Value_type* data() const restrict(amp,cpu);
const _Value_type* data() const restrict(amp,cpu);
Return Value
A pointer to the raw data of the array_view.
Requirements
Header: amp.h
Namespace: Concurrency