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,14 +26,14 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterator.metafunctions.deref"></a><a href="deref.html" title="deref">deref</a></h4></div></div></div>
<a name="fusion.iterator.metafunctions.deref.description"></a><h5>
<a name="id483123"></a>
<a name="id483152"></a>
<a href="deref.html#fusion.iterator.metafunctions.deref.description">Description</a>
</h5>
<p>
Returns the type that will be returned by dereferencing an iterator.
</p>
<a name="fusion.iterator.metafunctions.deref.synposis"></a><h5>
<a name="id483153"></a>
<a name="id483183"></a>
<a href="deref.html#fusion.iterator.metafunctions.deref.synposis">Synposis</a>
</h5>
<pre class="programlisting">
@ -46,7 +46,7 @@
<span class="special">};</span>
</pre>
<div class="table">
<a name="id483254"></a><p class="title"><b>Table<EFBFBD>1.12.<2E>Parameters</b></p>
<a name="id483283"></a><p class="title"><b>Table<EFBFBD>1.12.<2E>Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@ -92,7 +92,7 @@
</table>
</div>
<a name="fusion.iterator.metafunctions.deref.expression_semantics"></a><h5>
<a name="id483355"></a>
<a name="id483385"></a>
<a href="deref.html#fusion.iterator.metafunctions.deref.expression_semantics">Expression
Semantics</a>
</h5>
@ -107,7 +107,7 @@
an iterator of type <tt class="computeroutput"><span class="identifier">I</span></tt>.
</p>
<a name="fusion.iterator.metafunctions.deref.header"></a><h5>
<a name="id483471"></a>
<a name="id483500"></a>
<a href="deref.html#fusion.iterator.metafunctions.deref.header">Header</a>
</h5>
<pre class="programlisting">
@ -115,7 +115,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">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<a name="fusion.iterator.metafunctions.deref.example"></a><h5>
<a name="id483629"></a>
<a name="id483658"></a>
<a href="deref.html#fusion.iterator.metafunctions.deref.example">Example</a>
</h5>
<pre class="programlisting">