forked from boostorg/fusion
doc updates (mini tweaks)
[SVN r47668]
This commit is contained in:
@ -31,14 +31,14 @@
|
||||
=="> Operator
|
||||
==</a></h4></div></div></div>
|
||||
<a name="fusion.iterator.operator.operator_equality.description"></a><h5>
|
||||
<a name="id480674"></a>
|
||||
<a name="id480703"></a>
|
||||
<a href="operator_equality.html#fusion.iterator.operator.operator_equality.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Compares 2 iterators for equality.
|
||||
</p>
|
||||
<a name="fusion.iterator.operator.operator_equality.synopsis"></a><h5>
|
||||
<a name="id480704"></a>
|
||||
<a name="id480734"></a>
|
||||
<a href="operator_equality.html#fusion.iterator.operator.operator_equality.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -49,7 +49,7 @@
|
||||
<span class="emphasis"><em>unspecified</em></span> <span class="keyword">operator</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> <span class="identifier">J</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id480847"></a><p class="title"><b>Table<EFBFBD>1.9.<2E>Parameters</b></p>
|
||||
<a name="id480876"></a><p class="title"><b>Table<EFBFBD>1.9.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -93,7 +93,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterator.operator.operator_equality.expression_semantics"></a><h5>
|
||||
<a name="id480951"></a>
|
||||
<a name="id480980"></a>
|
||||
<a href="operator_equality.html#fusion.iterator.operator.operator_equality.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -109,7 +109,7 @@
|
||||
and <tt class="computeroutput"><span class="identifier">j</span></tt> respectively.
|
||||
</p>
|
||||
<a name="fusion.iterator.operator.operator_equality.header"></a><h5>
|
||||
<a name="id481145"></a>
|
||||
<a name="id481174"></a>
|
||||
<a href="operator_equality.html#fusion.iterator.operator.operator_equality.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -30,14 +30,14 @@
|
||||
!="> Operator
|
||||
!=</a></h4></div></div></div>
|
||||
<a name="fusion.iterator.operator.operator_inequality.description"></a><h5>
|
||||
<a name="id481325"></a>
|
||||
<a name="id481355"></a>
|
||||
<a href="operator_inequality.html#fusion.iterator.operator.operator_inequality.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Compares 2 iterators for inequality.
|
||||
</p>
|
||||
<a name="fusion.iterator.operator.operator_inequality.synopsis"></a><h5>
|
||||
<a name="id481357"></a>
|
||||
<a name="id481386"></a>
|
||||
<a href="operator_inequality.html#fusion.iterator.operator.operator_inequality.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -48,7 +48,7 @@
|
||||
<span class="emphasis"><em>unspecified</em></span> <span class="keyword">operator</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> <span class="identifier">J</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id481500"></a><p class="title"><b>Table<EFBFBD>1.10.<2E>Parameters</b></p>
|
||||
<a name="id481530"></a><p class="title"><b>Table<EFBFBD>1.10.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -92,7 +92,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterator.operator.operator_inequality.expression_semantics"></a><h5>
|
||||
<a name="id481604"></a>
|
||||
<a name="id481634"></a>
|
||||
<a href="operator_inequality.html#fusion.iterator.operator.operator_inequality.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -105,7 +105,7 @@
|
||||
and <tt class="computeroutput"><span class="identifier">j</span></tt> respectively.
|
||||
</p>
|
||||
<a name="fusion.iterator.operator.operator_inequality.header"></a><h5>
|
||||
<a name="id481778"></a>
|
||||
<a name="id481807"></a>
|
||||
<a href="operator_inequality.html#fusion.iterator.operator.operator_inequality.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -30,14 +30,14 @@
|
||||
*"> Operator
|
||||
*</a></h4></div></div></div>
|
||||
<a name="fusion.iterator.operator.operator_unary_star.description"></a><h5>
|
||||
<a name="id479689"></a>
|
||||
<a name="id479718"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Dereferences an iterator.
|
||||
</p>
|
||||
<a name="fusion.iterator.operator.operator_unary_star.synopsis"></a><h5>
|
||||
<a name="id479722"></a>
|
||||
<a name="id479751"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -47,7 +47,7 @@
|
||||
<span class="keyword">typename</span> <a href="../metafunctions/deref.html" title="deref"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="keyword">operator</span><span class="special">*(</span><span class="emphasis"><em>unspecified</em></span><span class="special"><</span><span class="identifier">I</span><span class="special">></span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id479880"></a><p class="title"><b>Table<EFBFBD>1.8.<2E>Parameters</b></p>
|
||||
<a name="id479910"></a><p class="title"><b>Table<EFBFBD>1.8.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -93,7 +93,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterator.operator.operator_unary_star.expression_semantics"></a><h5>
|
||||
<a name="id479983"></a>
|
||||
<a name="id480012"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -108,7 +108,7 @@
|
||||
<span class="bold"><b>Semantics</b></span>: Equivalent to <tt class="computeroutput"><a href="../functions/deref.html" title="deref"><tt class="computeroutput"><span class="identifier">deref</span></tt></a><span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.iterator.operator.operator_unary_star.header"></a><h5>
|
||||
<a name="id480124"></a>
|
||||
<a name="id480153"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -116,7 +116,7 @@
|
||||
<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">include</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterator.operator.operator_unary_star.example"></a><h5>
|
||||
<a name="id480283"></a>
|
||||
<a name="id480312"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user