forked from boostorg/fusion
renamed Jamfile.v2 to Jamfile and updated the docs
[SVN r36379]
This commit is contained in:
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h5 class="title">
|
||||
<a name="fusion.sequences.conversion.functions.as_set"></a><a href="as_set.html" title="as_set">as_set</a></h5></div></div></div>
|
||||
<a name="fusion.sequences.conversion.functions.as_set.description"></a><h6>
|
||||
<a name="id538847"></a>
|
||||
<a name="id538904"></a>
|
||||
<a href="as_set.html#fusion.sequences.conversion.functions.as_set.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
Convert a fusion sequence to a <a href="../../containers/set.html" title="set"><tt class="computeroutput"><span class="identifier">set</span></tt></a>.
|
||||
</p>
|
||||
<a name="fusion.sequences.conversion.functions.as_set.synopsis"></a><h6>
|
||||
<a name="id538895"></a>
|
||||
<a name="id538952"></a>
|
||||
<a href="as_set.html#fusion.sequences.conversion.functions.as_set.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
@ -46,7 +46,7 @@
|
||||
<span class="identifier">as_set</span><span class="special">(</span><span class="identifier">Sequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">seq</span><span class="special">);</span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.conversion.functions.as_set.parameters"></a><h6>
|
||||
<a name="id539151"></a>
|
||||
<a name="id539209"></a>
|
||||
<a href="as_set.html#fusion.sequences.conversion.functions.as_set.parameters">Parameters</a>
|
||||
</h6>
|
||||
<div class="informaltable"><table class="table">
|
||||
@ -68,7 +68,7 @@
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
<a name="fusion.sequences.conversion.functions.as_set.expression_semantics"></a><h6>
|
||||
<a name="id539230"></a>
|
||||
<a name="id539288"></a>
|
||||
<a href="as_set.html#fusion.sequences.conversion.functions.as_set.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
@ -87,14 +87,14 @@
|
||||
key types.
|
||||
</p>
|
||||
<a name="fusion.sequences.conversion.functions.as_set.header"></a><h6>
|
||||
<a name="id539396"></a>
|
||||
<a name="id539453"></a>
|
||||
<a href="as_set.html#fusion.sequences.conversion.functions.as_set.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">conversion</span><span class="special">/</span><span class="identifier">as_set</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.conversion.functions.as_set.example"></a><h6>
|
||||
<a name="id539500"></a>
|
||||
<a name="id539557"></a>
|
||||
<a href="as_set.html#fusion.sequences.conversion.functions.as_set.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user