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
IVector 或 IVectorView 介面,提供對基礎 Vector 或 VectorView 物件的存取。
傳回值
需求
標頭: collection.h
命名空間: Windows::Foundation::Collections