forked from boostorg/fusion
updates html files
[SVN r37072]
This commit is contained in:
@ -6,7 +6,8 @@
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<link rel="start" href="../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="prev" href="functional/generation/metafunctions/make_unfused_rvalue_args.html" title="make_unfused_rvalue_args">
|
||||
<link rel="prev" href="functional/generation/metafunctions/mk_unfused_rvargs.html" title="
|
||||
make_unfused_rvalue_args">
|
||||
<link rel="next" href="change_log.html" title="Change log">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -20,13 +21,13 @@
|
||||
</table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="functional/generation/metafunctions/make_unfused_rvalue_args.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="change_log.html"><img src="../images/next.png" alt="Next"></a>
|
||||
<a accesskey="p" href="functional/generation/metafunctions/mk_unfused_rvargs.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="change_log.html"><img src="../images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||||
<a name="fusion.notes"></a><a href="notes.html" title="Notes">Notes</a></h2></div></div></div>
|
||||
<a name="fusion.notes.recursive_inlined_functions"></a><h3>
|
||||
<a name="id1246257"></a>
|
||||
<a name="id1246195"></a>
|
||||
<a href="notes.html#fusion.notes.recursive_inlined_functions">Recursive Inlined
|
||||
Functions</a>
|
||||
</h3>
|
||||
@ -39,7 +40,7 @@
|
||||
compiler limit of course). Compile time complexity remains linear.
|
||||
</p>
|
||||
<a name="fusion.notes.overloaded_functions"></a><h3>
|
||||
<a name="id1246323"></a>
|
||||
<a name="id1246262"></a>
|
||||
<a href="notes.html#fusion.notes.overloaded_functions">Overloaded Functions</a>
|
||||
</h3>
|
||||
<p>
|
||||
@ -49,7 +50,7 @@
|
||||
given a key, <code class="computeroutput"><span class="identifier">k</span></code>.
|
||||
</p>
|
||||
<a name="fusion.notes.tag_dispatching"></a><h3>
|
||||
<a name="id1246394"></a>
|
||||
<a name="id1246333"></a>
|
||||
<a href="notes.html#fusion.notes.tag_dispatching">Tag Dispatching</a>
|
||||
</h3>
|
||||
<p>
|
||||
@ -101,7 +102,7 @@
|
||||
</li>
|
||||
</ol></div>
|
||||
<a name="fusion.notes.extensibility"></a><h3>
|
||||
<a name="id1246723"></a>
|
||||
<a name="id1246662"></a>
|
||||
<a href="notes.html#fusion.notes.extensibility">Extensibility</a>
|
||||
</h3>
|
||||
<p>
|
||||
@ -136,7 +137,7 @@
|
||||
it very cheap to pass around.
|
||||
</p>
|
||||
<a name="fusion.notes.element_conversion"></a><h3>
|
||||
<a name="id1246997"></a>
|
||||
<a name="id1246936"></a>
|
||||
<a href="notes.html#fusion.notes.element_conversion">Element Conversion</a>
|
||||
</h3>
|
||||
<p>
|
||||
@ -159,7 +160,7 @@
|
||||
</p>
|
||||
<p>
|
||||
Array arguments are deduced to reference to const types. For example
|
||||
<sup>[<a name="id1247134" href="#ftn.id1247134">14</a>]</sup>
|
||||
<sup>[<a name="id1247073" href="#ftn.id1247073">14</a>]</sup>
|
||||
:
|
||||
</p>
|
||||
<pre class="programlisting">
|
||||
@ -192,7 +193,7 @@
|
||||
<a href="sequences/containers/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><h3>
|
||||
<a name="id1247508"></a>
|
||||
<a name="id1247447"></a>
|
||||
<a href="notes.html#fusion.notes.boost__ref">boost::ref</a>
|
||||
</h3>
|
||||
<p>
|
||||
@ -235,7 +236,7 @@
|
||||
</p>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id1247134" href="#id1247134">14</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id1247073" href="#id1247073">14</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 href="sequences/generation/functions/make_list.html" title="make_list"><code class="computeroutput"><span class="identifier">make_list</span></code></a> to create a <a href="sequences/containers/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>
|
||||
@ -245,11 +246,12 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><small>Copyright <20> 2001-2005 Joel de Guzman, Dan Marsden</small></td>
|
||||
<td align="right"><small>Copyright <20> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger</small></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="functional/generation/metafunctions/make_unfused_rvalue_args.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="change_log.html"><img src="../images/next.png" alt="Next"></a>
|
||||
<a accesskey="p" href="functional/generation/metafunctions/mk_unfused_rvargs.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="change_log.html"><img src="../images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user