forked from boostorg/fusion
Doc Tweaks
[SVN r35130]
This commit is contained in:
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h5 class="title">
|
||||
<a name="fusion.sequences.intrinsics.functions.at"></a><a href="at.html" title="at">at</a></h5></div></div></div>
|
||||
<a name="fusion.sequences.intrinsics.functions.at.description"></a><h6>
|
||||
<a name="id502759"></a>
|
||||
<a name="id507143"></a>
|
||||
<a href="at.html#fusion.sequences.intrinsics.functions.at.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
Returns the N-th element from the beginning of the sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.at.synopsis"></a><h6>
|
||||
<a name="id502791"></a>
|
||||
<a name="id507175"></a>
|
||||
<a href="at.html#fusion.sequences.intrinsics.functions.at.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
@ -46,12 +46,12 @@
|
||||
<span class="identifier">at</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.intrinsics.functions.at.parameters"></a><h6>
|
||||
<a name="id503122"></a>
|
||||
<a name="id507506"></a>
|
||||
<a href="at.html#fusion.sequences.intrinsics.functions.at.parameters">Parameters</a>
|
||||
</h6>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id503144"></a>
|
||||
<a name="id507528"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -86,7 +86,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.intrinsics.functions.at.expression_semantics"></a><h6>
|
||||
<a name="id503244"></a>
|
||||
<a name="id507627"></a>
|
||||
<a href="at.html#fusion.sequences.intrinsics.functions.at.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
@ -112,14 +112,14 @@
|
||||
<a href="../../../iterators/functions/deref.html" title="deref"><tt class="computeroutput"><span class="identifier">deref</span></tt></a><span class="special">(</span><a href="../../../iterators/functions/advance.html" title="advance"><tt class="computeroutput"><span class="identifier">advance</span></tt></a><span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><a href="begin.html" title="begin"><tt class="computeroutput"><span class="identifier">begin</span></tt></a><span class="special">(</span><span class="identifier">s</span><span class="special">)))</span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.intrinsics.functions.at.header"></a><h6>
|
||||
<a name="id503554"></a>
|
||||
<a name="id507937"></a>
|
||||
<a href="at.html#fusion.sequences.intrinsics.functions.at.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">intrinsic</span><span class="special">/</span><span class="identifier">at</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.intrinsics.functions.at.example"></a><h6>
|
||||
<a name="id503657"></a>
|
||||
<a name="id508041"></a>
|
||||
<a href="at.html#fusion.sequences.intrinsics.functions.at.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h5 class="title">
|
||||
<a name="fusion.sequences.intrinsics.functions.at_c"></a><a href="at_c.html" title="at_c">at_c</a></h5></div></div></div>
|
||||
<a name="fusion.sequences.intrinsics.functions.at_c.description"></a><h6>
|
||||
<a name="id503887"></a>
|
||||
<a name="id508271"></a>
|
||||
<a href="at_c.html#fusion.sequences.intrinsics.functions.at_c.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
Returns the N-th element from the beginning of the sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.at_c.synopsis"></a><h6>
|
||||
<a name="id503919"></a>
|
||||
<a name="id508303"></a>
|
||||
<a href="at_c.html#fusion.sequences.intrinsics.functions.at_c.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
@ -46,12 +46,12 @@
|
||||
<span class="identifier">at_c</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.intrinsics.functions.at_c.parameters"></a><h6>
|
||||
<a name="id504253"></a>
|
||||
<a name="id508636"></a>
|
||||
<a href="at_c.html#fusion.sequences.intrinsics.functions.at_c.parameters">Parameters</a>
|
||||
</h6>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id504275"></a>
|
||||
<a name="id508658"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -85,7 +85,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.intrinsics.functions.at_c.expression_semantics"></a><h6>
|
||||
<a name="id504367"></a>
|
||||
<a name="id508751"></a>
|
||||
<a href="at_c.html#fusion.sequences.intrinsics.functions.at_c.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
@ -111,14 +111,14 @@
|
||||
<a href="../../../iterators/functions/deref.html" title="deref"><tt class="computeroutput"><span class="identifier">deref</span></tt></a><span class="special">(</span><a href="../../../iterators/functions/advance.html" title="advance"><tt class="computeroutput"><span class="identifier">advance</span></tt></a><span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><a href="begin.html" title="begin"><tt class="computeroutput"><span class="identifier">begin</span></tt></a><span class="special">(</span><span class="identifier">s</span><span class="special">)))</span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.intrinsics.functions.at_c.header"></a><h6>
|
||||
<a name="id504668"></a>
|
||||
<a name="id509052"></a>
|
||||
<a href="at_c.html#fusion.sequences.intrinsics.functions.at_c.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">intrinsic</span><span class="special">/</span><span class="identifier">at_c</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.intrinsics.functions.at_c.example"></a><h6>
|
||||
<a name="id504773"></a>
|
||||
<a name="id509157"></a>
|
||||
<a href="at_c.html#fusion.sequences.intrinsics.functions.at_c.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h5 class="title">
|
||||
<a name="fusion.sequences.intrinsics.functions.at_key"></a><a href="at_key.html" title="at_key">at_key</a></h5></div></div></div>
|
||||
<a name="fusion.sequences.intrinsics.functions.at_key.description"></a><h6>
|
||||
<a name="id505766"></a>
|
||||
<a name="id510150"></a>
|
||||
<a href="at_key.html#fusion.sequences.intrinsics.functions.at_key.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
Returns the element associated with a Key from the sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.at_key.synopsis"></a><h6>
|
||||
<a name="id505798"></a>
|
||||
<a name="id510182"></a>
|
||||
<a href="at_key.html#fusion.sequences.intrinsics.functions.at_key.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
@ -46,12 +46,12 @@
|
||||
<span class="identifier">at_key</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.intrinsics.functions.at_key.parameters"></a><h6>
|
||||
<a name="id506131"></a>
|
||||
<a name="id510514"></a>
|
||||
<a href="at_key.html#fusion.sequences.intrinsics.functions.at_key.parameters">Parameters</a>
|
||||
</h6>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id506153"></a>
|
||||
<a name="id510536"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -84,7 +84,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.intrinsics.functions.at_key.expression_semantics"></a><h6>
|
||||
<a name="id506244"></a>
|
||||
<a name="id510628"></a>
|
||||
<a href="at_key.html#fusion.sequences.intrinsics.functions.at_key.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
@ -107,14 +107,14 @@
|
||||
with Key.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.at_key.header"></a><h6>
|
||||
<a name="id506444"></a>
|
||||
<a name="id510828"></a>
|
||||
<a href="at_key.html#fusion.sequences.intrinsics.functions.at_key.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">intrinsic</span><span class="special">/</span><span class="identifier">at_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.intrinsics.functions.at_key.example"></a><h6>
|
||||
<a name="id506550"></a>
|
||||
<a name="id510933"></a>
|
||||
<a href="at_key.html#fusion.sequences.intrinsics.functions.at_key.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h5 class="title">
|
||||
<a name="fusion.sequences.intrinsics.functions.back"></a><a href="back.html" title="back">back</a></h5></div></div></div>
|
||||
<a name="fusion.sequences.intrinsics.functions.back.description"></a><h6>
|
||||
<a name="id501196"></a>
|
||||
<a name="id505579"></a>
|
||||
<a href="back.html#fusion.sequences.intrinsics.functions.back.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
Returns the last element in the sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.back.synopsis"></a><h6>
|
||||
<a name="id501227"></a>
|
||||
<a name="id505611"></a>
|
||||
<a href="back.html#fusion.sequences.intrinsics.functions.back.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
@ -46,12 +46,12 @@
|
||||
<span class="identifier">back</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.intrinsics.functions.back.parameters"></a><h6>
|
||||
<a name="id501503"></a>
|
||||
<a name="id505886"></a>
|
||||
<a href="back.html#fusion.sequences.intrinsics.functions.back.parameters">Parameters</a>
|
||||
</h6>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id501525"></a>
|
||||
<a name="id505909"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -76,7 +76,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.intrinsics.functions.back.expression_semantics"></a><h6>
|
||||
<a name="id501595"></a>
|
||||
<a name="id505979"></a>
|
||||
<a href="back.html#fusion.sequences.intrinsics.functions.back.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
@ -99,14 +99,14 @@
|
||||
in the sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.back.header"></a><h6>
|
||||
<a name="id501785"></a>
|
||||
<a name="id506169"></a>
|
||||
<a href="back.html#fusion.sequences.intrinsics.functions.back.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">intrinsic</span><span class="special">/</span><span class="identifier">back</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.intrinsics.functions.back.example"></a><h6>
|
||||
<a name="id501891"></a>
|
||||
<a name="id506274"></a>
|
||||
<a href="back.html#fusion.sequences.intrinsics.functions.back.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h5 class="title">
|
||||
<a name="fusion.sequences.intrinsics.functions.begin"></a><a href="begin.html" title="begin">begin</a></h5></div></div></div>
|
||||
<a name="fusion.sequences.intrinsics.functions.begin.description"></a><h6>
|
||||
<a name="id497799"></a>
|
||||
<a name="id502183"></a>
|
||||
<a href="begin.html#fusion.sequences.intrinsics.functions.begin.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
Returns an iterator pointing to the first element in the sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.begin.synopsis"></a><h6>
|
||||
<a name="id497831"></a>
|
||||
<a name="id502215"></a>
|
||||
<a href="begin.html#fusion.sequences.intrinsics.functions.begin.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
@ -46,12 +46,12 @@
|
||||
<span class="identifier">begin</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.intrinsics.functions.begin.parameters"></a><h6>
|
||||
<a name="id498107"></a>
|
||||
<a name="id502491"></a>
|
||||
<a href="begin.html#fusion.sequences.intrinsics.functions.begin.parameters">Parameters</a>
|
||||
</h6>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id498129"></a>
|
||||
<a name="id502513"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -77,7 +77,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.intrinsics.functions.begin.expression_semantics"></a><h6>
|
||||
<a name="id498202"></a>
|
||||
<a name="id502586"></a>
|
||||
<a href="begin.html#fusion.sequences.intrinsics.functions.begin.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
@ -107,14 +107,14 @@
|
||||
to the first element in the sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.begin.header"></a><h6>
|
||||
<a name="id498367"></a>
|
||||
<a name="id502751"></a>
|
||||
<a href="begin.html#fusion.sequences.intrinsics.functions.begin.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">intrinsic</span><span class="special">/</span><span class="identifier">begin</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.intrinsics.functions.begin.example"></a><h6>
|
||||
<a name="id498472"></a>
|
||||
<a name="id502856"></a>
|
||||
<a href="begin.html#fusion.sequences.intrinsics.functions.begin.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,7 +26,7 @@
|
||||
<div class="titlepage"><div><div><h5 class="title">
|
||||
<a name="fusion.sequences.intrinsics.functions.empty"></a><a href="empty.html" title="empty">empty</a></h5></div></div></div>
|
||||
<a name="fusion.sequences.intrinsics.functions.empty.description"></a><h6>
|
||||
<a name="id499589"></a>
|
||||
<a name="id503972"></a>
|
||||
<a href="empty.html#fusion.sequences.intrinsics.functions.empty.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -35,7 +35,7 @@
|
||||
the sequence is empty, else, evaluates to <tt class="computeroutput"><span class="keyword">false</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.empty.synopsis"></a><h6>
|
||||
<a name="id499651"></a>
|
||||
<a name="id504035"></a>
|
||||
<a href="empty.html#fusion.sequences.intrinsics.functions.empty.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
@ -44,12 +44,12 @@
|
||||
<span class="identifier">empty</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.intrinsics.functions.empty.parameters"></a><h6>
|
||||
<a name="id499805"></a>
|
||||
<a name="id504188"></a>
|
||||
<a href="empty.html#fusion.sequences.intrinsics.functions.empty.parameters">Parameters</a>
|
||||
</h6>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id499827"></a>
|
||||
<a name="id504210"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -74,7 +74,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.intrinsics.functions.empty.expression_semantics"></a><h6>
|
||||
<a name="id499898"></a>
|
||||
<a name="id504281"></a>
|
||||
<a href="empty.html#fusion.sequences.intrinsics.functions.empty.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
@ -89,14 +89,14 @@
|
||||
to <tt class="computeroutput"><span class="keyword">false</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.empty.header"></a><h6>
|
||||
<a name="id500005"></a>
|
||||
<a name="id504389"></a>
|
||||
<a href="empty.html#fusion.sequences.intrinsics.functions.empty.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">intrinsic</span><span class="special">/</span><span class="identifier">empty</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.intrinsics.functions.empty.example"></a><h6>
|
||||
<a name="id500110"></a>
|
||||
<a name="id504494"></a>
|
||||
<a href="empty.html#fusion.sequences.intrinsics.functions.empty.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h5 class="title">
|
||||
<a name="fusion.sequences.intrinsics.functions.end"></a><a href="end.html" title="end">end</a></h5></div></div></div>
|
||||
<a name="fusion.sequences.intrinsics.functions.end.description"></a><h6>
|
||||
<a name="id498686"></a>
|
||||
<a name="id503070"></a>
|
||||
<a href="end.html#fusion.sequences.intrinsics.functions.end.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
Returns an iterator pointing to one element past the end of the sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.end.synopsis"></a><h6>
|
||||
<a name="id498718"></a>
|
||||
<a name="id503102"></a>
|
||||
<a href="end.html#fusion.sequences.intrinsics.functions.end.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
@ -46,12 +46,12 @@
|
||||
<span class="identifier">end</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.intrinsics.functions.end.parameters"></a><h6>
|
||||
<a name="id498993"></a>
|
||||
<a name="id503377"></a>
|
||||
<a href="end.html#fusion.sequences.intrinsics.functions.end.parameters">Parameters</a>
|
||||
</h6>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id499015"></a>
|
||||
<a name="id503399"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -77,7 +77,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.intrinsics.functions.end.expression_semantics"></a><h6>
|
||||
<a name="id499086"></a>
|
||||
<a name="id503470"></a>
|
||||
<a href="end.html#fusion.sequences.intrinsics.functions.end.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
@ -107,14 +107,14 @@
|
||||
to one element past the end of the sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.end.header"></a><h6>
|
||||
<a name="id499251"></a>
|
||||
<a name="id503635"></a>
|
||||
<a href="end.html#fusion.sequences.intrinsics.functions.end.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">intrinsic</span><span class="special">/</span><span class="identifier">end</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.intrinsics.functions.end.example"></a><h6>
|
||||
<a name="id499356"></a>
|
||||
<a name="id503740"></a>
|
||||
<a href="end.html#fusion.sequences.intrinsics.functions.end.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h5 class="title">
|
||||
<a name="fusion.sequences.intrinsics.functions.front"></a><a href="front.html" title="front">front</a></h5></div></div></div>
|
||||
<a name="fusion.sequences.intrinsics.functions.front.description"></a><h6>
|
||||
<a name="id500306"></a>
|
||||
<a name="id504690"></a>
|
||||
<a href="front.html#fusion.sequences.intrinsics.functions.front.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
Returns the first element in the sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.front.synopsis"></a><h6>
|
||||
<a name="id500336"></a>
|
||||
<a name="id504720"></a>
|
||||
<a href="front.html#fusion.sequences.intrinsics.functions.front.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
@ -46,12 +46,12 @@
|
||||
<span class="identifier">front</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.intrinsics.functions.front.parameters"></a><h6>
|
||||
<a name="id500612"></a>
|
||||
<a name="id504995"></a>
|
||||
<a href="front.html#fusion.sequences.intrinsics.functions.front.parameters">Parameters</a>
|
||||
</h6>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id500634"></a>
|
||||
<a name="id505018"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -76,7 +76,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.intrinsics.functions.front.expression_semantics"></a><h6>
|
||||
<a name="id500706"></a>
|
||||
<a name="id505090"></a>
|
||||
<a href="front.html#fusion.sequences.intrinsics.functions.front.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
@ -99,14 +99,14 @@
|
||||
in the sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.front.header"></a><h6>
|
||||
<a name="id500896"></a>
|
||||
<a name="id505279"></a>
|
||||
<a href="front.html#fusion.sequences.intrinsics.functions.front.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">intrinsic</span><span class="special">/</span><span class="identifier">front</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.intrinsics.functions.front.example"></a><h6>
|
||||
<a name="id501001"></a>
|
||||
<a name="id505385"></a>
|
||||
<a href="front.html#fusion.sequences.intrinsics.functions.front.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,7 +26,7 @@
|
||||
<div class="titlepage"><div><div><h5 class="title">
|
||||
<a name="fusion.sequences.intrinsics.functions.has_key"></a><a href="has_key.html" title="has_key">has_key</a></h5></div></div></div>
|
||||
<a name="fusion.sequences.intrinsics.functions.has_key.description"></a><h6>
|
||||
<a name="id504976"></a>
|
||||
<a name="id509360"></a>
|
||||
<a href="has_key.html#fusion.sequences.intrinsics.functions.has_key.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -36,7 +36,7 @@
|
||||
to <tt class="computeroutput"><span class="keyword">false</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.has_key.synopsis"></a><h6>
|
||||
<a name="id505039"></a>
|
||||
<a name="id509423"></a>
|
||||
<a href="has_key.html#fusion.sequences.intrinsics.functions.has_key.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
@ -45,12 +45,12 @@
|
||||
<span class="identifier">has_key</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.intrinsics.functions.has_key.parameters"></a><h6>
|
||||
<a name="id505222"></a>
|
||||
<a name="id509605"></a>
|
||||
<a href="has_key.html#fusion.sequences.intrinsics.functions.has_key.parameters">Parameters</a>
|
||||
</h6>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id505244"></a>
|
||||
<a name="id509628"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -83,7 +83,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.intrinsics.functions.has_key.expression_semantics"></a><h6>
|
||||
<a name="id505337"></a>
|
||||
<a name="id509720"></a>
|
||||
<a href="has_key.html#fusion.sequences.intrinsics.functions.has_key.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
@ -98,14 +98,14 @@
|
||||
associated with Key, else, evaluates to <tt class="computeroutput"><span class="keyword">false</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.has_key.header"></a><h6>
|
||||
<a name="id505454"></a>
|
||||
<a name="id509838"></a>
|
||||
<a href="has_key.html#fusion.sequences.intrinsics.functions.has_key.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">intrinsic</span><span class="special">/</span><span class="identifier">has_key</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.intrinsics.functions.has_key.example"></a><h6>
|
||||
<a name="id505560"></a>
|
||||
<a name="id509943"></a>
|
||||
<a href="has_key.html#fusion.sequences.intrinsics.functions.has_key.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,7 +26,7 @@
|
||||
<div class="titlepage"><div><div><h5 class="title">
|
||||
<a name="fusion.sequences.intrinsics.functions.size"></a><a href="size.html" title="size">size</a></h5></div></div></div>
|
||||
<a name="fusion.sequences.intrinsics.functions.size.description"></a><h6>
|
||||
<a name="id502086"></a>
|
||||
<a name="id506469"></a>
|
||||
<a href="size.html#fusion.sequences.intrinsics.functions.size.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -34,7 +34,7 @@
|
||||
that evaluates the number of elements in the sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.size.synopsis"></a><h6>
|
||||
<a name="id502128"></a>
|
||||
<a name="id506511"></a>
|
||||
<a href="size.html#fusion.sequences.intrinsics.functions.size.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
@ -43,12 +43,12 @@
|
||||
<span class="identifier">size</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.intrinsics.functions.size.parameters"></a><h6>
|
||||
<a name="id502282"></a>
|
||||
<a name="id506666"></a>
|
||||
<a href="size.html#fusion.sequences.intrinsics.functions.size.parameters">Parameters</a>
|
||||
</h6>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id502304"></a>
|
||||
<a name="id506688"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -73,7 +73,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.intrinsics.functions.size.expression_semantics"></a><h6>
|
||||
<a name="id502374"></a>
|
||||
<a name="id506758"></a>
|
||||
<a href="size.html#fusion.sequences.intrinsics.functions.size.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
@ -88,14 +88,14 @@
|
||||
in the sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.functions.size.header"></a><h6>
|
||||
<a name="id502459"></a>
|
||||
<a name="id506843"></a>
|
||||
<a href="size.html#fusion.sequences.intrinsics.functions.size.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">intrinsic</span><span class="special">/</span><span class="identifier">size</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.intrinsics.functions.size.example"></a><h6>
|
||||
<a name="id502564"></a>
|
||||
<a name="id506948"></a>
|
||||
<a href="size.html#fusion.sequences.intrinsics.functions.size.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user