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.functions.next"></a><a href="next.html" title="next">next</a></h4></div></div></div>
<a name="fusion.iterator.functions.next.description"></a><h5>
<a name="id474973"></a>
<a name="id475003"></a>
<a href="next.html#fusion.iterator.functions.next.description">Description</a>
</h5>
<p>
Moves an iterator 1 position forwards.
</p>
<a name="fusion.iterator.functions.next.synopsis"></a><h5>
<a name="id475002"></a>
<a name="id475032"></a>
<a href="next.html#fusion.iterator.functions.next.synopsis">Synopsis</a>
</h5>
<pre class="programlisting">
@ -43,7 +43,7 @@
<span class="keyword">typename</span> <a href="../metafunctions/next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special">&lt;</span><span class="identifier">I</span><span class="special">&gt;::</span><span class="identifier">type</span> <span class="identifier">next</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">i</span><span class="special">);</span>
</pre>
<div class="table">
<a name="id475147"></a><p class="title"><b>Table<EFBFBD>1.3.<2E>Parameters</b></p>
<a name="id475177"></a><p class="title"><b>Table<EFBFBD>1.3.<2E>Parameters</b></p>
<table class="table" summary="Parameters">
<colgroup>
<col>
@ -89,7 +89,7 @@
</table>
</div>
<a name="fusion.iterator.functions.next.expression_semantics"></a><h5>
<a name="id475248"></a>
<a name="id475278"></a>
<a href="next.html#fusion.iterator.functions.next.expression_semantics">Expression
Semantics</a>
</h5>
@ -105,7 +105,7 @@
next element after <tt class="computeroutput"><span class="identifier">i</span></tt>.
</p>
<a name="fusion.iterator.functions.next.header"></a><h5>
<a name="id475346"></a>
<a name="id475376"></a>
<a href="next.html#fusion.iterator.functions.next.header">Header</a>
</h5>
<pre class="programlisting">
@ -113,7 +113,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">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<a name="fusion.iterator.functions.next.example"></a><h5>
<a name="id475504"></a>
<a name="id475534"></a>
<a href="next.html#fusion.iterator.functions.next.example">Example</a>
</h5>
<pre class="programlisting">