Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Uses copy(*this, vector) to implicitly convert the array to a std::vector object.
operator std::vector<_Value_type>() const restrict(cpu);
Parameters
- _Value_type
The data type of the elements of the vector.
Return Value
An object of type vector<T> that contains a copy of the data that is contained in the array.
Requirements
Header: amp.h
Namespace: Concurrency