共用方式為


back_inserter 函式

傳回迭代器,用來在指定的集合結尾插入元素。

語法

template <typename T>
Platform::BackInsertIterator<T>
    back_inserter(IVector<T>^ v);

template<typename T>
Platform::BackInsertIterator<T>
   back_inserter(IObservableVector<T>^ v);

參數

T
樣板類型參數。

v
提供存取基礎集合的介面指標。

傳回值

迭代器。

需求

標頭: collection.h

命名空間: Windows::Foundation::Collections

另請參閱

Windows::Foundation::Collections 命名空間