The <iso646.h>
header defines several constants that expand to the corresponding tokens, useful for programming in ISO 646 variant character sets.
Operators
Purpose
Defines constants that expand to the corresponding tokens.
Declared In
posix/iso646.h
Constants
-
#define and &&
- The operator &&.
-
#define and_eq &=
- The operator &=.
-
#define bitand &
- The operator &.
-
#define bitor |
- The operator |.
-
#define compl ~
- The operator ~.
-
#define not !
- The operator !.
-
#define not_eq !=
- The operator !=.
-
#define or ||
- The operator ||.
-
#define or_eq |=
- The operator |=.
-
#define xor ^
- The operator ^.
-
#define xor_eq ^=
- The operator ^=.