to_vector 函数

返回 std::vector ,其值与指定 IVector 或 IVectorView 参数所代表的集合相同。

语法

template <typename T>
inline ::std::vector<T> to_vector(IVector<T>^ v);

template <typename T>
inline ::std::vector<T> to_vector(IVectorView<T>^ v);

参数

T
模板类型参数。

v
提供对基础 Vector 或 VectorView 对象访问的 IVector 或 IVectorView 接口。

返回值

要求

标头: collection.h

命名空间: Windows::Foundation::Collections

另请参阅

Windows::Foundation::Collections 命名空间