description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Windows::Foundation::Collections Namespace (C++/CX) | Windows::Foundation::Collections Namespace (C++/CX) | 12/30/2016 |
|
| 04bd3543-e30f-4fd2-95ee-272a3fcd0158 |
C++/CX supplements the Windows::Foundation::Collections namespace with functions that simplify using the Vector, VectorView, Map, and MapView collection classes.
namespace Windows { namespace Foundation { namespace Collections; } }
Name | Description |
---|---|
back_inserter Function | Returns an iterator that can be used to insert a value at the end of a collection. |
begin Function | Returns an iterator that points to the beginning of a collection. |
end Function | Returns an iterator that points beyond the end of a collection. |
to_vector Function | Returns a collection as a std::vector. |
Header: collection.h
Namespace: Windows::Foundation::Collections