added info on how to map to and from MPL

[SVN r47647]
This commit is contained in:
Joel de Guzman
2008-07-21 07:25:52 +00:00
parent af0e42f13e
commit ef1e821173
227 changed files with 1308 additions and 1276 deletions

View File

@@ -26,7 +26,7 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="fusion.view.joint_view"></a><a href="joint_view.html" title="joint_view">joint_view</a></h3></div></div></div>
<a name="fusion.view.joint_view.description"></a><h4>
<a name="id567344"></a>
<a name="id567371"></a>
<a href="joint_view.html#fusion.view.joint_view.description">Description</a>
</h4>
<p>
@@ -34,7 +34,7 @@
which is a concatenation of two sequences.
</p>
<a name="fusion.view.joint_view.header"></a><h4>
<a name="id567386"></a>
<a name="id567413"></a>
<a href="joint_view.html#fusion.view.joint_view.header">Header</a>
</h4>
<pre class="programlisting">
@@ -42,7 +42,7 @@
<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">joint_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<a name="fusion.view.joint_view.synopsis"></a><h4>
<a name="id567543"></a>
<a name="id567571"></a>
<a href="joint_view.html#fusion.view.joint_view.synopsis">Synopsis</a>
</h4>
<pre class="programlisting">
@@ -50,7 +50,7 @@
<span class="keyword">struct</span> <span class="identifier">joint_view</span><span class="special">;</span>
</pre>
<a name="fusion.view.joint_view.template_parameters"></a><h4>
<a name="id567640"></a>
<a name="id567668"></a>
<a href="joint_view.html#fusion.view.joint_view.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@@ -116,7 +116,7 @@
</tbody>
</table></div>
<a name="fusion.view.joint_view.model_of"></a><h4>
<a name="id567797"></a>
<a name="id567825"></a>
<a href="joint_view.html#fusion.view.joint_view.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc"><li><a href="../sequence/concepts/forward_sequence.html" title="Forward
@@ -144,7 +144,7 @@
</dl>
</div>
<a name="fusion.view.joint_view.expression_semantics"></a><h4>
<a name="id567997"></a>
<a name="id568025"></a>
<a href="joint_view.html#fusion.view.joint_view.expression_semantics">Expression Semantics</a>
</h4>
<p>
@@ -217,7 +217,7 @@
</tbody>
</table></div>
<a name="fusion.view.joint_view.example"></a><h4>
<a name="id568332"></a>
<a name="id568360"></a>
<a href="joint_view.html#fusion.view.joint_view.example">Example</a>
</h4>
<pre class="programlisting">