forked from boostorg/fusion
Fusion: added docs for BOOST_FUSION_ADAPTED_STRUCT_NAMED
[SVN r59338]
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>reverse_view</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="up" href="../view.html" title="View">
|
||||
<link rel="prev" href="transform_view.html" title="transform_view">
|
||||
@ -32,21 +32,21 @@
|
||||
element will be its first.
|
||||
</p>
|
||||
<a name="fusion.view.reverse_view.header"></a><h5>
|
||||
<a name="id734958"></a>
|
||||
<a name="id685261"></a>
|
||||
<a class="link" href="reverse_view.html#fusion.view.reverse_view.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">view</span><span class="special">/</span><span class="identifier">reverse_view</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">reverse_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.view.reverse_view.synopsis"></a><h5>
|
||||
<a name="id735066"></a>
|
||||
<a name="id685369"></a>
|
||||
<a class="link" href="reverse_view.html#fusion.view.reverse_view.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">></span>
|
||||
<span class="keyword">struct</span> <span class="identifier">reverse_view</span><span class="special">;</span>
|
||||
</pre>
|
||||
<a name="fusion.view.reverse_view.template_parameters"></a><h5>
|
||||
<a name="id735118"></a>
|
||||
<a name="id685421"></a>
|
||||
<a class="link" href="reverse_view.html#fusion.view.reverse_view.template_parameters">Template parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable"><table class="table">
|
||||
@ -91,7 +91,7 @@
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
<a name="fusion.view.reverse_view.model_of"></a><h5>
|
||||
<a name="id735205"></a>
|
||||
<a name="id685508"></a>
|
||||
<a class="link" href="reverse_view.html#fusion.view.reverse_view.model_of">Model of</a>
|
||||
</h5>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
@ -130,7 +130,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.view.reverse_view.expression_semantics"></a><h5>
|
||||
<a name="id735370"></a>
|
||||
<a name="id685673"></a>
|
||||
<a class="link" href="reverse_view.html#fusion.view.reverse_view.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -201,7 +201,7 @@
|
||||
</tbody>
|
||||
</table></div>
|
||||
<a name="fusion.view.reverse_view.example"></a><h5>
|
||||
<a name="id735588"></a>
|
||||
<a name="id685891"></a>
|
||||
<a class="link" href="reverse_view.html#fusion.view.reverse_view.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">short</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">vector_type</span><span class="special">;</span>
|
||||
|
Reference in New Issue
Block a user