Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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