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;
}
}
Functions
|
Name |
Description |
|---|---|
|
Returns an iterator that can be used to insert a value at the end of a collection. |
|
|
Returns an iterator that points to the beginning of a collection. |
|
|
Returns an iterator that points beyond the end of a collection. |
|
|
Returns a collection as a std::vector. |