STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
VS2017
inc
iso646.h
Go to the documentation of this file.
1
/* iso646.h standard header */
2
#pragma once
3
#ifndef _ISO646
4
#define _ISO646
5
#ifndef RC_INVOKED
6
7
#if !defined(__cplusplus) || defined(_MSC_EXTENSIONS)
8
#define and &&
9
#define and_eq &=
10
#define bitand &
11
#define bitor |
12
#define compl ~
13
#define not !
14
#define not_eq !=
15
#define or ||
16
#define or_eq |=
17
#define xor ^
18
#define xor_eq ^=
19
#endif
/* !defined(__cplusplus) || defined(_MSC_EXTENSIONS) */
20
#endif
/* RC_INVOKED */
21
#endif
/* _ISO646 */
22
23
/*
24
* Copyright (c) by P.J. Plauger. All rights reserved.
25
* Consult your license regarding permissions and restrictions.
26
V6.50:0009 */
Generated on Sat Jul 22 2017 14:35:26 for STLdoc by
1.8.8