array::operator std::vector<_Value_type> 运算符

使用copy(*this, vector)将隐式转换为数组矢量矢量对象。

operator std::vector<_Value_type>() const;

参数

  • _Value_type
    向量的元素的数据类型。

返回值

对象类型的**vector<T>**包含数组中包含的数据的副本。

要求

标题: amp.h

命名空间: 并发

请参见

参考

array 类