STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
VS2013
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) 1992-2012 by P.J. Plauger. ALL RIGHTS RESERVED.
25
* Consult your license regarding permissions and restrictions.
26
V6.00:0009 */
Generated on Sun Jul 23 2017 09:59:45 for STLdoc by
1.8.8