<iso646.h>

提供可读的选择对某些运算符或punctuators。标准标头 <iso646.h> 可用甚至在一个独立实现。

#include <iso646.h>

ayefs2c0.collapse_all(zh-cn,VS.110).gif

对&&运算符的替代方法。

and_eq

为&=运算符的替代方法。

bitand

为&运算符的替代方法。

bitor

的替代选择|运算符。

compl

的替代选择|运算符。

not

的替代选择!标识符。

not_eq

对 != 运算符的替代方法.

的替代选择||运算符。

or_eq

的替代选择|=运算符。

xor

对^运算符的替代方法。

xor_eq

对^=运算符的替代方法。

请参见

参考

线程安全性对标准C++库中

其他资源

标头文件