stl.html

来自「ST20 Embedded Toolset R2.0.5用于开发基于ST20芯片」· HTML 代码 · 共 41 行

HTML
41
字号
<HTML><HEAD><TITLE>&lt;stl.h&gt;</TITLE></HEAD><BODY><H1><A NAME="&lt;stl.h&gt;"><CODE>&lt;stl.h&gt;</CODE></A></H1><HR><P>Include the special header <B><CODE>&lt;stl.h&gt;</CODE></B>to effectively include all the standard headers that constitute the<A HREF="index.html#Standard Template Library">StandardTemplate Library</A> (STL) and hoist their names outside the<CODE>std</CODE> namespace.The header also defines macro names that redefinethe STL container template classesto match their more traditional definitions.</P><PRE>#include &lt;algorithm&gt;#include &lt;deque&gt;#include &lt;functional&gt;#include &lt;iterator&gt;#include &lt;list&gt;#include &lt;map&gt;#include &lt;memory&gt;#include &lt;numeric&gt;#include &lt;queue&gt;#include &lt;set&gt;#include &lt;stack&gt;#include &lt;utility&gt;#include &lt;vector&gt;using namespace std;</PRE><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_pjp.html">Copyright</A> &#169; 1994-2002by P.J. Plauger. Portions derived from work<A HREF="crit_hp.html">copyright</A> &#169; 1994by Hewlett-Packard Company. All rights reserved.</I></P><!--V4.01:1125--></BODY></HTML>

⌨️ 快捷键说明

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