<iso646.h>
Provides readable alternatives to certain operators or punctuators. The standard header <iso646.h> is available even in a freestanding implementation.
#include <iso646.h>
Macros
An alternative to the && operator. |
|
An alternative to the &= operator. |
|
An alternative to the & operator. |
|
An alternative to the | operator. |
|
An alternative to the ~ operator. |
|
An alternative to the ! operator. |
|
An alternative to the != operator. |
|
An alternative to the || operator. |
|
An alternative to the |= operator. |
|
An alternative to the ^ operator. |
|
An alternative to the ^= operator. |
See Also
Reference
Thread Safety in the Standard C++ Library