| description | Learn more about: back_inserter Function | |
|---|---|---|
| title | back_inserter Function | |
| ms.date | 12/30/2016 | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 91476338-5548-44b7-bc7e-2150f4fbe31a |
Returns an iterator that is used to insert elements at the end of the specified collection.
template <typename T>
Platform::BackInsertIterator<T>
back_inserter(IVector<T>^ v);
template<typename T>
Platform::BackInsertIterator<T>
back_inserter(IObservableVector<T>^ v);
T
A template type parameter.
v
An interface pointer that provides access to the underlying collection.
An iterator.
Header: collection.h
Namespace: Windows::Foundation::Collections