forked from boostorg/fusion
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.prior"></a><a href="prior.html" title="prior">prior</a></h4></div></div></div>
|
||||
<a name="fusion.iterators.metafunctions.prior.description"></a><h5>
|
||||
<a name="id466512"></a>
|
||||
<a name="id470895"></a>
|
||||
<a href="prior.html#fusion.iterators.metafunctions.prior.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Returns the type of the previous iterator in a sequence.
|
||||
</p>
|
||||
<a name="fusion.iterators.metafunctions.prior.synopsis"></a><h5>
|
||||
<a name="id466543"></a>
|
||||
<a name="id470926"></a>
|
||||
<a href="prior.html#fusion.iterators.metafunctions.prior.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -47,7 +47,7 @@
|
||||
</pre>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id466646"></a>
|
||||
<a name="id471030"></a>
|
||||
<span class="table-title">Parameters</span>
|
||||
</h4>
|
||||
<table class="table">
|
||||
@ -73,7 +73,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterators.metafunctions.prior.expression_semantics"></a><h5>
|
||||
<a name="id466723"></a>
|
||||
<a name="id471107"></a>
|
||||
<a href="prior.html#fusion.iterators.metafunctions.prior.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -89,14 +89,14 @@
|
||||
previous element in the sequence before <tt class="computeroutput"><span class="identifier">I</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.iterators.metafunctions.prior.header"></a><h5>
|
||||
<a name="id466845"></a>
|
||||
<a name="id471229"></a>
|
||||
<a href="prior.html#fusion.iterators.metafunctions.prior.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">prior</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterators.metafunctions.prior.example"></a><h5>
|
||||
<a name="id466940"></a>
|
||||
<a name="id471323"></a>
|
||||
<a href="prior.html#fusion.iterators.metafunctions.prior.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user