forked from boostorg/fusion
Merge rebuilt fusion documentation.
[SVN r63631]
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Notes</title>
|
||||
<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
|
||||
<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="prev" href="functional/generation/metafunctions/mk_unfused.html" title="make_unfused">
|
||||
@ -13,21 +13,21 @@
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
|
||||
<td align="center"><a href="../../../../../index.html">Home</a></td>
|
||||
<td align="center"><a href="../../../../libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="functional/generation/metafunctions/mk_unfused.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="change_log.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
<a accesskey="p" href="functional/generation/metafunctions/mk_unfused.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="change_log.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||||
<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="id1110622"></a>
|
||||
<a name="id985870"></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="id1110663"></a>
|
||||
<a name="id985938"></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="id1110716"></a>
|
||||
<a name="id986013"></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="id1111004"></a>
|
||||
<a name="id986369"></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="id1111186"></a>
|
||||
<a name="id986651"></a>
|
||||
<a class="link" href="notes.html#fusion.notes.element_conversion">Element Conversion</a>
|
||||
</h4>
|
||||
<p>
|
||||
@ -157,7 +157,7 @@
|
||||
<span class="bold"><strong>Arrays:</strong></span>
|
||||
</p>
|
||||
<p>
|
||||
Array arguments are deduced to reference to const types. For example <sup>[<a name="id1111290" href="#ftn.id1111290" class="footnote">10</a>]</sup>:
|
||||
Array arguments are deduced to reference to const types. For example <sup>[<a name="id986792" href="#ftn.id986792" class="footnote">10</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>
|
||||
</pre>
|
||||
@ -185,7 +185,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="id1111592"></a>
|
||||
<a name="id987173"></a>
|
||||
<a class="link" href="notes.html#fusion.notes.boost__ref">boost::ref</a>
|
||||
</h4>
|
||||
<p>
|
||||
@ -225,7 +225,7 @@
|
||||
</p>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id1111290" href="#id1111290" class="para">10</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id986792" href="#id986792" class="para">10</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>
|
||||
@ -244,7 +244,7 @@
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="functional/generation/metafunctions/mk_unfused.html"><img src="../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="change_log.html"><img src="../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
<a accesskey="p" href="functional/generation/metafunctions/mk_unfused.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="change_log.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user