array::operator std::vector<_Value_type> Operator
Uses copy(*this, vector) to implicitly convert the array to a vector vector object.
operator std::vector<_Value_type>() const;
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