documentation update - fixes #4281

[SVN r62398]
This commit is contained in:
Christopher Schmidt
2010-06-03 08:29:23 +00:00
parent 11228c420f
commit c02a3ba001
269 changed files with 1683 additions and 1678 deletions

View File

@ -22,12 +22,12 @@
<div class="spirit-nav">
<a accesskey="p" href="category_of.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../support.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="deduce_sequence.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
</div>
<div class="section" title="deduce">
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="fusion.support.deduce"></a><a class="link" href="deduce.html" title="deduce">deduce</a>
</h3></div></div></div>
<a name="fusion.support.deduce.description"></a><h5>
<a name="id634185"></a>
<a name="id874631"></a>
<a class="link" href="deduce.html#fusion.support.deduce.description">Description</a>
</h5>
<p>
@ -40,14 +40,14 @@
Reference wrappers are removed (see <a class="link" href="../notes.html#fusion.notes.boost__ref"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">ref</span></code></a>).
</p>
<a name="fusion.support.deduce.header"></a><h5>
<a name="id634242"></a>
<a name="id874689"></a>
<a class="link" href="deduce.html#fusion.support.deduce.header">Header</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">deduce</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deduce</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<a name="fusion.support.deduce.synopsis"></a><h5>
<a name="id634350"></a>
<a name="id874797"></a>
<a class="link" href="deduce.html#fusion.support.deduce.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
@ -60,7 +60,7 @@
<span class="special">}</span>
</pre>
<a name="fusion.support.deduce.example"></a><h5>
<a name="id634444"></a>
<a name="id874890"></a>
<a class="link" href="deduce.html#fusion.support.deduce.example">Example</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">&gt;</span>
@ -80,7 +80,7 @@
<span class="special">}</span>
</pre>
<a name="fusion.support.deduce.see_also"></a><h5>
<a name="id634711"></a>
<a name="id875158"></a>
<a class="link" href="deduce.html#fusion.support.deduce.see_also">See also</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="deduce_sequence.html" title="deduce_sequence"><code class="computeroutput"><span class="identifier">deduce_sequence</span></code></a></li></ul></div>