Standard library header <iso646.h> (C95)
From cppreference.net
Standard Library headers
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
이 헤더는 대체 연산자 표기법 에 대한 매크로를 정의합니다.
시놉시스
#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++에서 키워드로 존재하며 무조건적으로 사용 가능하기 때문입니다.