uni_4265.htm

来自「ARM编辑、编译软件」· HTM 代码 · 共 26 行

HTM
26
字号
<HTML><TITLE>uninitialized_copy</TITLE><BODY>
<A HREF="ref.htm"><IMG SRC="images/banner.gif"></A>
<P><STRONG>Click on the banner to return to the Class Reference home page.</STRONG></P>
<P>&copy;Copyright 1996 Rogue Wave Software</P>
<H2>uninitialized_copy</H2>
<HR><PRE>     Memory Management</PRE><HR>
<A NAME="Summary"><H3>Summary</H3></A>
<P>An algorithms that uses the language feature placement new to copy values from one range to another location.</P>
<H3>Contents</H3>
<UL>
<A HREF="#Synopsis"><LI>Synopsis</LI></A>
<A HREF="#Description"><LI>Description</LI></A>
</UL>
<A NAME="Synopsis"><H3>Synopsis</H3></A>
<PRE>#include &#60;memory></PRE>
<PRE>
template &#60;class InputIterator, class ForwardIterator>
ForwardIterator <B>uninitialized_copy</B> (InputIterator first,
                                    InputIterator last,
                                    ForwardIterator result);
</PRE>
<A NAME="Description"><H3>Description</H3></A>
<P><B><I>uninitialized_copy</B></I> copies all items in the range <SAMP>[first, last)</SAMP> into the location beginning at <SAMP>result</SAMP> using the language feature placement new.</P>
<HR>
<A HREF="una_8062.htm"><IMG SRC="images/prev.gif"></A> <A HREF="ref.htm#contents"><IMG SRC="images/toc.gif"></A> <A HREF="uni_0077.htm"><IMG SRC="images/next.gif"></A></BODY></HTML>

⌨️ 快捷键说明

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