forked from boostorg/fusion
Added docs for copy
[SVN r72930]
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
<a name="fusion.notes"></a><a class="link" href="notes.html" title="Notes">Notes</a>
|
||||
</h2></div></div></div>
|
||||
<a name="fusion.notes.recursive_inlined_functions"></a><h4>
|
||||
<a name="id1124370"></a>
|
||||
<a name="id1127680"></a>
|
||||
<a class="link" href="notes.html#fusion.notes.recursive_inlined_functions">Recursive Inlined
|
||||
Functions</a>
|
||||
</h4>
|
||||
@ -40,7 +40,7 @@
|
||||
remains linear.
|
||||
</p>
|
||||
<a name="fusion.notes.overloaded_functions"></a><h4>
|
||||
<a name="id1124411"></a>
|
||||
<a name="id1127720"></a>
|
||||
<a class="link" href="notes.html#fusion.notes.overloaded_functions">Overloaded Functions</a>
|
||||
</h4>
|
||||
<p>
|
||||
@ -50,7 +50,7 @@
|
||||
given a key, <code class="computeroutput"><span class="identifier">k</span></code>.
|
||||
</p>
|
||||
<a name="fusion.notes.tag_dispatching"></a><h4>
|
||||
<a name="id1124464"></a>
|
||||
<a name="id1127773"></a>
|
||||
<a class="link" href="notes.html#fusion.notes.tag_dispatching">Tag Dispatching</a>
|
||||
</h4>
|
||||
<p>
|
||||
@ -101,7 +101,7 @@
|
||||
</li>
|
||||
</ol></div>
|
||||
<a name="fusion.notes.extensibility"></a><h4>
|
||||
<a name="id1124732"></a>
|
||||
<a name="id1128041"></a>
|
||||
<a class="link" href="notes.html#fusion.notes.extensibility">Extensibility</a>
|
||||
</h4>
|
||||
<p>
|
||||
@ -136,7 +136,7 @@
|
||||
it very cheap to pass around.
|
||||
</p>
|
||||
<a name="fusion.notes.element_conversion"></a><h4>
|
||||
<a name="id1124914"></a>
|
||||
<a name="id1128223"></a>
|
||||
<a class="link" href="notes.html#fusion.notes.element_conversion">Element Conversion</a>
|
||||
</h4>
|
||||
<p>
|
||||
@ -158,7 +158,7 @@
|
||||
</p>
|
||||
<p>
|
||||
Array arguments are deduced to reference to const types. For example
|
||||
<sup>[<a name="id1125018" href="#ftn.id1125018" class="footnote">10</a>]</sup>
|
||||
<sup>[<a name="id1128328" href="#ftn.id1128328" class="footnote">12</a>]</sup>
|
||||
:
|
||||
</p>
|
||||
<pre class="programlisting"><a class="link" href="container/generation/functions/make_list.html" title="make_list"><code class="computeroutput"><span class="identifier">make_list</span></code></a><span class="special">(</span><span class="string">"Donald"</span><span class="special">,</span> <span class="string">"Daisy"</span><span class="special">)</span>
|
||||
@ -187,7 +187,7 @@
|
||||
<pre class="programlisting"><a class="link" href="container/list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a><span class="special"><</span><span class="keyword">void</span> <span class="special">(*)(</span><span class="keyword">int</span><span class="special">)></span>
|
||||
</pre>
|
||||
<a name="fusion.notes.boost__ref"></a><h4>
|
||||
<a name="id1125456"></a>
|
||||
<a name="id1128766"></a>
|
||||
<a class="link" href="notes.html#fusion.notes.boost__ref">boost::ref</a>
|
||||
</h4>
|
||||
<p>
|
||||
@ -226,7 +226,7 @@
|
||||
details.
|
||||
</p>
|
||||
<a name="fusion.notes.adt_attribute_proxy"></a><h4>
|
||||
<a name="id1125911"></a>
|
||||
<a name="id1129220"></a>
|
||||
<a class="link" href="notes.html#fusion.notes.adt_attribute_proxy">adt_attribute_proxy</a>
|
||||
</h4>
|
||||
<p>
|
||||
@ -458,7 +458,7 @@
|
||||
</table></div>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id1125018" href="#id1125018" class="para">10</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id1128328" href="#id1128328" class="para">12</a>] </sup>
|
||||
Note that the type of a string literal is an array of const characters,
|
||||
not <code class="computeroutput"><span class="keyword">const</span> <span class="keyword">char</span><span class="special">*</span></code>. To get <a class="link" href="container/generation/functions/make_list.html" title="make_list"><code class="computeroutput"><span class="identifier">make_list</span></code></a> to create a <a class="link" href="container/list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a> with an element of a non-const
|
||||
array type one must use the <code class="computeroutput"><span class="identifier">ref</span></code>
|
||||
|
Reference in New Issue
Block a user