Share via


array::data Method

Returns a pointer to the raw data of the array.

_Value_type* data() restrict(amp,cpu);

const _Value_type* data() const restrict(amp,cpu);

Return Value

A pointer to the raw data of the array.

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

array Class