forked from boostorg/fusion
some updates
[SVN r36555]
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.sequences.containers.set"></a><a href="set.html" title="set">set</a></h4></div></div></div>
|
||||
<a name="fusion.sequences.containers.set.description"></a><h5>
|
||||
<a name="id488303"></a>
|
||||
<a name="id488122"></a>
|
||||
<a href="set.html#fusion.sequences.containers.set.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -39,14 +39,14 @@
|
||||
Functions</a>).
|
||||
</p>
|
||||
<a name="fusion.sequences.containers.set.header"></a><h5>
|
||||
<a name="id488356"></a>
|
||||
<a name="id488176"></a>
|
||||
<a href="set.html#fusion.sequences.containers.set.header">Header</a>
|
||||
</h5>
|
||||
<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">container</span><span class="special">/</span><span class="identifier">set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.containers.set.synopsis"></a><h5>
|
||||
<a name="id488461"></a>
|
||||
<a name="id488280"></a>
|
||||
<a href="set.html#fusion.sequences.containers.set.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -77,7 +77,7 @@
|
||||
<span class="preprocessor">#define</span> <span class="identifier">FUSION_MAX_SET_SIZE</span> <span class="number">20</span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.containers.set.template_parameters"></a><h5>
|
||||
<a name="id488781"></a>
|
||||
<a name="id488600"></a>
|
||||
<a href="set.html#fusion.sequences.containers.set.template_parameters">Template
|
||||
parameters</a>
|
||||
</h5>
|
||||
@ -101,7 +101,7 @@
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
<a name="fusion.sequences.containers.set.model_of"></a><h5>
|
||||
<a name="id488871"></a>
|
||||
<a name="id488690"></a>
|
||||
<a href="set.html#fusion.sequences.containers.set.model_of">Model of</a>
|
||||
</h5>
|
||||
<div class="itemizedlist"><ul type="disc">
|
||||
@ -135,7 +135,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.sequences.containers.set.expression_semantics"></a><h5>
|
||||
<a name="id489042"></a>
|
||||
<a name="id488861"></a>
|
||||
<a href="set.html#fusion.sequences.containers.set.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -163,7 +163,8 @@
|
||||
a set with default constructed elements.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><tt class="computeroutput"><span class="identifier">S</span><span class="special">(</span><span class="identifier">e0</span><span class="special">,</span><EFBFBD><span class="identifier">e1</span><span class="special">,...</span><EFBFBD><span class="identifier">en</span><span class="special">)</span></tt></td>
|
||||
<td><tt class="computeroutput"><span class="identifier">S</span><span class="special">(</span><span class="identifier">e0</span><span class="special">,</span> <span class="identifier">e1</span><span class="special">,...</span>
|
||||
<span class="identifier">en</span><span class="special">)</span></tt></td>
|
||||
<td>Creates
|
||||
a set with elements <tt class="computeroutput"><span class="identifier">e0</span></tt>...<tt class="computeroutput"><span class="identifier">en</span></tt>.</td>
|
||||
</tr>
|
||||
@ -172,19 +173,21 @@
|
||||
<td>Copy
|
||||
constructs a set from a <a href="../concepts/forward_sequence.html" title="Forward
|
||||
Sequence">Forward
|
||||
Sequence</a><EFBFBD><tt class="computeroutput"><span class="identifier">fs</span></tt>.</td>
|
||||
Sequence</a> <tt class="computeroutput"><span class="identifier">fs</span></tt>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><tt class="computeroutput"><span class="identifier">s</span><EFBFBD><span class="special">=</span><EFBFBD><span class="identifier">fs</span></tt></td>
|
||||
<td>Assigns to a set,
|
||||
<tt class="computeroutput"><span class="identifier">s</span></tt>, from a <a href="../concepts/forward_sequence.html" title="Forward
|
||||
<td><tt class="computeroutput"><span class="identifier">s</span> <span class="special">=</span>
|
||||
<span class="identifier">fs</span></tt></td>
|
||||
<td>Assigns
|
||||
to a set, <tt class="computeroutput"><span class="identifier">s</span></tt>, from
|
||||
a <a href="../concepts/forward_sequence.html" title="Forward
|
||||
Sequence">Forward
|
||||
Sequence</a><EFBFBD><tt class="computeroutput"><span class="identifier">fs</span></tt>.</td>
|
||||
Sequence</a> <tt class="computeroutput"><span class="identifier">fs</span></tt>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<a name="fusion.sequences.containers.set.example"></a><h5>
|
||||
<a name="id489332"></a>
|
||||
<a name="id489150"></a>
|
||||
<a href="set.html#fusion.sequences.containers.set.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user