Share via


array_view::refresh Method

Notifies the array_view object that its bound memory has been modified outside the array_view interface. A call to this method renders all cached information stale.

void refresh() const restrict(cpu);

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

array_view Class