⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iso646.html

📁 ST20 Embedded Toolset R2.0.5用于开发基于ST20芯片机顶盒软件的开发平台,2.0.5版本,国内找不到的.在国外论坛上花了N天才找到!
💻 HTML
字号:
<HTML><HEAD><TITLE>&lt;iso646.h&gt;</TITLE></HEAD><BODY><H1><A NAME="&lt;iso646.h&gt;"><CODE>&lt;iso646.h&gt;</CODE></A></H1><P>[Added with<A HREF="lib_over.html#Amendment 1">Amendment 1</A>]</P><HR><P>Include the standard header <B><CODE>&lt;iso646.h&gt;</CODE></B>to provide readable alternatives to certain operators or punctuators.The standard header <CODE>&lt;iso646.h&gt;</CODE> is available even in a<A HREF="lib_over.html#freestanding implementation">freestanding implementation</A>.</P><PRE>#define <A HREF="#and"><B>and</B></A> &amp;&amp; <B>[keyword in C++]</B>#define <A HREF="#and_eq"><B>and_eq</B></A> &amp;= <B>[keyword in C++]</B>#define <A HREF="#bitand"><B>bitand</B></A> &amp; <B>[keyword in C++]</B>#define <A HREF="#bitor"><B>bitor</B></A> | <B>[keyword in C++]</B>#define <A HREF="#compl"><B>compl</B></A> ~ <B>[keyword in C++]</B>#define <A HREF="#not"><B>not</B></A> ! <B>[keyword in C++]</B>#define <A HREF="#not_eq"><B>not_eq</B></A> != <B>[keyword in C++]</B>#define <A HREF="#or"><B>or</B></A> || <B>[keyword in C++]</B>#define <A HREF="#or_eq"><B>or_eq</B></A> |= <B>[keyword in C++]</B>#define <A HREF="#xor"><B>xor</B></A> ^ <B>[keyword in C++]</B>#define <A HREF="#xor_eq"><B>xor_eq</B></A> ^= <B>[keyword in C++]</B></PRE><H2><A NAME="and"><CODE>and</CODE></A></H2><PRE>#define <B>and</B> &amp;&amp; <B>[keyword in C++]</B></PRE><P>The macro yields the operator <CODE>&amp;&amp;</CODE>.</P><H2><A NAME="and_eq"><CODE>and_eq</CODE></A></H2><PRE>#define <B>and_eq</B> &amp;= <B>[keyword in C++]</B></PRE><P>The macro yields the operator <CODE>&amp;=</CODE>.</P><H2><A NAME="bitand"><CODE>bitand</CODE></A></H2><PRE>#define <B>bitand</B> &amp; <B>[keyword in C++]</B></PRE><P>The macro yields the operator <CODE>&amp;</CODE>.</P><H2><A NAME="bitor"><CODE>bitor</CODE></A></H2><PRE>#define <B>bitor</B> | <B>[keyword in C++]</B></PRE><P>The macro yields the operator <CODE>|</CODE>.</P><H2><A NAME="compl"><CODE>compl</CODE></A></H2><PRE>#define <B>compl</B> ~ <B>[keyword in C++]</B></PRE><P>The macro yields the operator <CODE>~</CODE>.</P><H2><A NAME="not"><CODE>not</CODE></A></H2><PRE>#define <B>not</B> ! <B>[keyword in C++]</B></PRE><P>The macro yields the operator <CODE>!</CODE>.</P><H2><A NAME="not_eq"><CODE>not_eq</CODE></A></H2><PRE>#define <B>not_eq</B> != <B>[keyword in C++]</B></PRE><P>The macro yields the operator <CODE>!=</CODE>.</P><H2><A NAME="or"><CODE>or</CODE></A></H2><PRE>#define <B>or</B> || <B>[keyword in C++]</B></PRE><P>The macro yields the operator <CODE>||</CODE>.</P><H2><A NAME="or_eq"><CODE>or_eq</CODE></A></H2><PRE>#define <B>or_eq</B> |= <B>[keyword in C++]</B></PRE><P>The macro yields the operator <CODE>|=</CODE>.</P><H2><A NAME="xor"><CODE>xor</CODE></A></H2><PRE>#define <B>xor</B> ^ <B>[keyword in C++]</B></PRE><P>The macro yields the operator <CODE>^</CODE>.</P><H2><A NAME="xor_eq"><CODE>xor_eq</CODE></A></H2><PRE>#define <B>xor_eq</B> ^= <B>[keyword in C++]</B></PRE><P>The macro yields the operator <CODE>^=</CODE>.</P><HR><P>See also the<B><A HREF="index.html#Table of Contents">Table of Contents</A></B> and the<B><A HREF="_index.html">Index</A></B>.</P><P><I><A HREF="crit_pb.html">Copyright</A> &#169; 1989-2002by P.J. Plauger and Jim Brodie. All rights reserved.</I></P><!--V4.01:1125--></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -