forked from boostorg/fusion
doc updates
[SVN r35784]
This commit is contained in:
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterators.functions.next"></a><a href="next.html" title="next">next</a></h4></div></div></div>
|
||||
<a name="fusion.iterators.functions.next.description"></a><h5>
|
||||
<a name="id462015"></a>
|
||||
<a name="id462303"></a>
|
||||
<a href="next.html#fusion.iterators.functions.next.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Moves an iterator 1 position forwards.
|
||||
</p>
|
||||
<a name="fusion.iterators.functions.next.synopsis"></a><h5>
|
||||
<a name="id462045"></a>
|
||||
<a name="id462333"></a>
|
||||
<a href="next.html#fusion.iterators.functions.next.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -42,12 +42,9 @@
|
||||
<span class="special">></span>
|
||||
<span class="keyword">typename</span> <a href="../metafunctions/next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">next</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id462193"></a>
|
||||
<span class="table-title">Parameters</span>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<div class="table">
|
||||
<a name="id462477"></a><p class="title"><b>Table<EFBFBD>1.3.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -61,16 +58,16 @@
|
||||
<tbody><tr>
|
||||
<td><tt class="computeroutput"><span class="identifier">i</span></tt></td>
|
||||
<td>Model
|
||||
of <a href="../concepts/forward_iterator.html" title="Forward
|
||||
of <a href="../concepts/forward_iterator.html" title="Forward
|
||||
Iterator">Forward
|
||||
Iterator</a>
|
||||
Iterator</a>
|
||||
</td>
|
||||
<td>Operation's argument</td>
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterators.functions.next.expression_semantics"></a><h5>
|
||||
<a name="id462268"></a>
|
||||
<a name="id462549"></a>
|
||||
<a href="next.html#fusion.iterators.functions.next.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -86,14 +83,14 @@
|
||||
next element after <tt class="computeroutput"><span class="identifier">i</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.iterators.functions.next.header"></a><h5>
|
||||
<a name="id462363"></a>
|
||||
<a name="id462642"></a>
|
||||
<a href="next.html#fusion.iterators.functions.next.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">iterator</span><span class="special">/</span><span class="identifier">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterators.functions.next.example"></a><h5>
|
||||
<a name="id462457"></a>
|
||||
<a name="id462736"></a>
|
||||
<a href="next.html#fusion.iterators.functions.next.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user