| title |
<ccomplex> | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
|
| dev_langs |
|
| ms.assetid |
a9fcb5f0-88e3-464b-a5fd-d1afb8cd7e6f |
| caps.latest.revision |
15 |
| author |
corob-msft |
| ms.author |
corob |
| manager |
ghogen |
| translation.priority.ht |
cs-cz |
de-de |
es-es |
fr-fr |
it-it |
ja-jp |
ko-kr |
pl-pl |
pt-br |
ru-ru |
tr-tr |
zh-cn |
zh-tw |
|
Includes the C++ Standard Library header <complex>, which effectively includes the Standard C library header <complex.h> and adds the associated names to the std namespace.
Remarks
Including this header ensures that the names declared using external linkage in the Standard C library header are declared in the std namespace.
The name clog, which is declared in <complex.h>, is not defined in the std namespace because of potential conflicts with the clog that is declared in <iostream>.
Header Files Reference
C++ Standard Library Overview