forked from boostorg/fusion
Doc Tweaks
[SVN r35130]
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
<div class="titlepage"><div><div><h5 class="title">
|
||||
<a name="fusion.sequences.generation.functions.make_map"></a><a href="make_map.html" title="make_map">make_map</a></h5></div></div></div>
|
||||
<a name="fusion.sequences.generation.functions.make_map.description"></a><h6>
|
||||
<a name="id521280"></a>
|
||||
<a name="id525664"></a>
|
||||
<a href="make_map.html#fusion.sequences.generation.functions.make_map.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -34,7 +34,7 @@
|
||||
pairs.
|
||||
</p>
|
||||
<a name="fusion.sequences.generation.functions.make_map.synopsis"></a><h6>
|
||||
<a name="id521328"></a>
|
||||
<a name="id525711"></a>
|
||||
<a href="make_map.html#fusion.sequences.generation.functions.make_map.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
@ -47,7 +47,7 @@
|
||||
<p>
|
||||
The variadic function accepts <tt class="computeroutput"><span class="number">0</span></tt>
|
||||
to <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
|
||||
<sup>[<a name="id521700" href="#ftn.id521700">10</a>]</sup>
|
||||
<sup>[<a name="id526084" href="#ftn.id526084">10</a>]</sup>
|
||||
elements, where <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
|
||||
is a user definable predefined maximum that defaults to <tt class="computeroutput"><span class="number">10</span></tt>. You may define the preprocessor constant
|
||||
<tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
|
||||
@ -57,12 +57,12 @@
|
||||
<span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_VECTOR_SIZE</span> <span class="number">20</span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.generation.functions.make_map.parameters"></a><h6>
|
||||
<a name="id521796"></a>
|
||||
<a name="id526180"></a>
|
||||
<a href="make_map.html#fusion.sequences.generation.functions.make_map.parameters">Parameters</a>
|
||||
</h6>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id521819"></a>
|
||||
<a name="id526203"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -96,7 +96,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.generation.functions.make_map.expression_semantics"></a><h6>
|
||||
<a name="id522021"></a>
|
||||
<a name="id526405"></a>
|
||||
<a href="make_map.html#fusion.sequences.generation.functions.make_map.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
@ -115,14 +115,14 @@
|
||||
key types.
|
||||
</p>
|
||||
<a name="fusion.sequences.generation.functions.make_map.header"></a><h6>
|
||||
<a name="id522352"></a>
|
||||
<a name="id526736"></a>
|
||||
<a href="make_map.html#fusion.sequences.generation.functions.make_map.header">Header</a>
|
||||
</h6>
|
||||
<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">sequence</span><span class="special">/</span><span class="identifier">generation</span><span class="special">/</span><span class="identifier">make_map</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.generation.functions.make_map.example"></a><h6>
|
||||
<a name="id522457"></a>
|
||||
<a name="id526841"></a>
|
||||
<a href="make_map.html#fusion.sequences.generation.functions.make_map.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
@ -131,7 +131,7 @@
|
||||
<span class="special">,</span> <a href="../../../support/pair.html" title="pair"><tt class="computeroutput"><span class="identifier">make_pair</span></tt></a><span class="special"><</span><span class="keyword">double</span><span class="special">>(</span><span class="string">"Men"</span><span class="special">))</span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.generation.functions.make_map.see_also"></a><h6>
|
||||
<a name="id522588"></a>
|
||||
<a name="id526972"></a>
|
||||
<a href="make_map.html#fusion.sequences.generation.functions.make_map.see_also">See
|
||||
also</a>
|
||||
</h6>
|
||||
@ -141,7 +141,7 @@
|
||||
</p>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id521700" href="#id521700">10</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id526084" href="#id526084">10</a>] </sup>
|
||||
<tt class="computeroutput"><span class="identifier">map</span></tt> is implemented
|
||||
in terms of the vector. That is why we reuse <tt class="computeroutput"><span class="identifier">FUSION_MAX_VECTOR_SIZE</span></tt>
|
||||
</p></div>
|
||||
|
Reference in New Issue
Block a user