mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-22 00:32:53 +02:00
Doc Tweaks
[SVN r35130]
This commit is contained in:
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterators.metafunctions.next"></a><a href="next.html" title="next">next</a></h4></div></div></div>
|
||||
<a name="fusion.iterators.metafunctions.next.description"></a><h5>
|
||||
<a name="id465781"></a>
|
||||
<a name="id470165"></a>
|
||||
<a href="next.html#fusion.iterators.metafunctions.next.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Returns the type of the next iterator in a sequence.
|
||||
</p>
|
||||
<a name="fusion.iterators.metafunctions.next.synposis"></a><h5>
|
||||
<a name="id465811"></a>
|
||||
<a name="id470195"></a>
|
||||
<a href="next.html#fusion.iterators.metafunctions.next.synposis">Synposis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -47,7 +47,7 @@
|
||||
</pre>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id465914"></a>
|
||||
<a name="id470298"></a>
|
||||
<span class="table-title">Parameters</span>
|
||||
</h4>
|
||||
<table class="table">
|
||||
@ -73,7 +73,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterators.metafunctions.next.expression_semantics"></a><h5>
|
||||
<a name="id465991"></a>
|
||||
<a name="id470374"></a>
|
||||
<a href="next.html#fusion.iterators.metafunctions.next.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -89,14 +89,14 @@
|
||||
next element in the sequence after <tt class="computeroutput"><span class="identifier">I</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.iterators.metafunctions.next.header"></a><h5>
|
||||
<a name="id466112"></a>
|
||||
<a name="id470496"></a>
|
||||
<a href="next.html#fusion.iterators.metafunctions.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.metafunctions.next.example"></a><h5>
|
||||
<a name="id466206"></a>
|
||||
<a name="id470589"></a>
|
||||
<a href="next.html#fusion.iterators.metafunctions.next.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user