Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.43 KB

namespaces-reference-c-cx.md

File metadata and controls

26 lines (19 loc) · 1.43 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Namespaces Reference (C++/CX)
Namespaces Reference (C++/CX)
01/22/2017
C++/CX namespaces
5ebc0b49-1f22-48a7-90c4-a310bab9aba6

Namespaces Reference (C++/CX)

The articles in this section of the documentation describe namespaces that support the compiler for C++/CX.

Compiler-supplied namespaces

To simplify the coding of programs that target the Windows Runtime, the C++/CX compiler and its supporting header files provide namespaces that define a wide range of types. The namespaces define the built-in numeric types; strings, arrays, and collections; C++ exceptions that represent Windows Runtime errors; and language-specific enhancements to standard Windows Runtime types.

Related topics

Title Description
default namespace Contains descriptions of built-in, fundamental types.
Platform namespace Contains descriptions of types that you can use, and also internal types that are used only by the compiler infrastructure.
Windows::Foundation::Collections Namespace Contains descriptions of enhancements and extensions to the Windows Runtime Windows::Foundation::Collections namespace.

See also

C++/CX Language Reference