Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 994 Bytes

back-inserter-function.md

File metadata and controls

46 lines (31 loc) · 994 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: back_inserter Function
back_inserter Function
12/30/2016
collection/Windows::Foundation::Collections::back_inserter
back_inserter Function
91476338-5548-44b7-bc7e-2150f4fbe31a

back_inserter Function

Returns an iterator that is used to insert elements at the end of the specified collection.

Syntax


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

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

Parameters

T
A template type parameter.

v
An interface pointer that provides access to the underlying collection.

Return Value

An iterator.

Requirements

Header: collection.h

Namespace: Windows::Foundation::Collections

See also

Windows::Foundation::Collections Namespace