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.container.map"></a><a href="map.html" title="map">map</a></h3></div></div></div>
<a name="fusion.container.map.description"></a><h4>
<a name="id535885"></a>
<a name="id535915"></a>
<a href="map.html#fusion.container.map.description">Description</a>
</h4>
<p>
@ -40,7 +40,7 @@
(see <a href="../notes.html#fusion.notes.overloaded_functions">Overloaded Functions</a>).
</p>
<a name="fusion.container.map.header"></a><h4>
<a name="id535966"></a>
<a name="id535996"></a>
<a href="map.html#fusion.container.map.header">Header</a>
</h4>
<pre class="programlisting">
@ -50,7 +50,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">map_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<a name="fusion.container.map.synopsis"></a><h4>
<a name="id536248"></a>
<a name="id536278"></a>
<a href="map.html#fusion.container.map.synopsis">Synopsis</a>
</h4>
<pre class="programlisting">
@ -81,7 +81,7 @@
<span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_MAP_SIZE</span> <span class="number">20</span>
</pre>
<a name="fusion.container.map.template_parameters"></a><h4>
<a name="id536677"></a>
<a name="id536707"></a>
<a href="map.html#fusion.container.map.template_parameters">Template parameters</a>
</h4>
<div class="informaltable"><table class="table">
@ -126,7 +126,7 @@
</tr></tbody>
</table></div>
<a name="fusion.container.map.model_of"></a><h4>
<a name="id536797"></a>
<a name="id536827"></a>
<a href="map.html#fusion.container.map.model_of">Model of</a>
</h4>
<div class="itemizedlist"><ul type="disc">
@ -159,7 +159,7 @@
</dl>
</div>
<a name="fusion.container.map.expression_semantics"></a><h4>
<a name="id537019"></a>
<a name="id537050"></a>
<a href="map.html#fusion.container.map.expression_semantics">Expression Semantics</a>
</h4>
<p>
@ -246,7 +246,7 @@
</tbody>
</table></div>
<a name="fusion.container.map.example"></a><h4>
<a name="id537367"></a>
<a name="id537398"></a>
<a href="map.html#fusion.container.map.example">Example</a>
</h4>
<pre class="programlisting">