imaginary
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <complex.h> 中定义
|
||
#define imaginary _Imaginary |
||
该宏展开为一个类型说明符,用于识别假想的复杂类型。只有当实现支持虚类型的宏定义.
原文:
This macro expands to a type specifier used to identify imaginary complex types. The macro is defined only if the implementation supports imaginary types.
本章尚未完成 原因:on what condition? The standard seems unclear. Maybe when __STDC_IEC_559_COMPLEX__ is defined? |
一个程序可以取消定义,那么也许重新定义imaginary宏.
原文:
A program may undefine and perhaps then redefine the imaginary macro.
[编辑] 另请参阅
(C99) |
复杂类型的宏 (常量宏) |