forked from boostorg/fusion
corrected reverse_view
[SVN r58299]
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>deduce</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../index.html" title="Chapter<EFBFBD>1.<2E>Fusion 2.0">
|
||||
<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="up" href="../support.html" title="Support">
|
||||
<link rel="prev" href="category_of.html" title="category_of">
|
||||
<link rel="next" href="deduce_sequence.html" title="deduce_sequence">
|
||||
@ -27,7 +27,7 @@
|
||||
<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="id616706"></a>
|
||||
<a name="id639374"></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="id616763"></a>
|
||||
<a name="id639431"></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"><</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">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</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">></span>
|
||||
</pre>
|
||||
<a name="fusion.support.deduce.synopsis"></a><h5>
|
||||
<a name="id616871"></a>
|
||||
<a name="id639539"></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="id616965"></a>
|
||||
<a name="id639633"></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"><</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">></span>
|
||||
@ -80,14 +80,14 @@
|
||||
<span class="special">}</span>
|
||||
</pre>
|
||||
<a name="fusion.support.deduce.see_also"></a><h5>
|
||||
<a name="id617233"></a>
|
||||
<a name="id639900"></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>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
Reference in New Issue
Block a user