Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.27 KB

windows-foundation-collections-namespace-c-cx.md

File metadata and controls

36 lines (28 loc) · 1.27 KB
descriptiontitlems.datef1_keywordshelpviewer_keywordsms.assetid
Learn more about: Windows::Foundation::Collections Namespace (C++/CX)
Windows::Foundation::Collections Namespace (C++/CX)
12/30/2016
collection/Windows::Foundation::Collections
Windows::Foundation::Collections Namespace (C++/CX)
04bd3543-e30f-4fd2-95ee-272a3fcd0158

Windows::Foundation::Collections Namespace (C++/CX)

C++/CX supplements the Windows::Foundation::Collections namespace with functions that simplify using the Vector, VectorView, Map, and MapView collection classes.

Syntax

namespace Windows { namespace Foundation { namespace Collections; } } 

Functions

NameDescription
back_inserter FunctionReturns an iterator that can be used to insert a value at the end of a collection.
begin FunctionReturns an iterator that points to the beginning of a collection.
end FunctionReturns an iterator that points beyond the end of a collection.
to_vector FunctionReturns a collection as a std::vector.

Requirements

Header: collection.h

Namespace: Windows::Foundation::Collections

close