标准库标头 <iso646.h> (C95)
来自cppreference.com
此标头定义代用运算符拼写宏。
概要
#define and &&
#define and_eq &=
#define bitand &
#define bitor |
#define compl ~
#define not !
#define not_eq !=
#define or ||
#define or_eq |=
#define xor ^
#define xor_eq ^=
注解
此头文件在 C++ 中无意义,因为这些宏名在 C++ 中作为关键字存在,并且无条件可用。