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