Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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