forked from boostorg/fusion
renamed Jamfile.v2 to Jamfile and updated the docs
[SVN r36379]
This commit is contained in:
@ -31,14 +31,14 @@
|
||||
=="> Operator
|
||||
==</a></h4></div></div></div>
|
||||
<a name="fusion.iterators.operators.operator_equality.description"></a><h5>
|
||||
<a name="id467960"></a>
|
||||
<a name="id468018"></a>
|
||||
<a href="operator_equality.html#fusion.iterators.operators.operator_equality.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Compares 2 iterators for equality.
|
||||
</p>
|
||||
<a name="fusion.iterators.operators.operator_equality.synopsis"></a><h5>
|
||||
<a name="id467991"></a>
|
||||
<a name="id468048"></a>
|
||||
<a href="operator_equality.html#fusion.iterators.operators.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="id468133"></a><p class="title"><b>Table<EFBFBD>1.9.<2E>Parameters</b></p>
|
||||
<a name="id468190"></a><p class="title"><b>Table<EFBFBD>1.9.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -72,7 +72,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterators.operators.operator_equality.expression_semantics"></a><h5>
|
||||
<a name="id468208"></a>
|
||||
<a name="id468265"></a>
|
||||
<a href="operator_equality.html#fusion.iterators.operators.operator_equality.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -88,7 +88,7 @@
|
||||
and <tt class="computeroutput"><span class="identifier">j</span></tt> respectively.
|
||||
</p>
|
||||
<a name="fusion.iterators.operators.operator_equality.header"></a><h5>
|
||||
<a name="id468391"></a>
|
||||
<a name="id468449"></a>
|
||||
<a href="operator_equality.html#fusion.iterators.operators.operator_equality.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -30,14 +30,14 @@
|
||||
!="> Operator
|
||||
!=</a></h4></div></div></div>
|
||||
<a name="fusion.iterators.operators.operator_inequality.description"></a><h5>
|
||||
<a name="id468509"></a>
|
||||
<a name="id468567"></a>
|
||||
<a href="operator_inequality.html#fusion.iterators.operators.operator_inequality.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Compares 2 iterators for inequality.
|
||||
</p>
|
||||
<a name="fusion.iterators.operators.operator_inequality.synopsis"></a><h5>
|
||||
<a name="id468541"></a>
|
||||
<a name="id468598"></a>
|
||||
<a href="operator_inequality.html#fusion.iterators.operators.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="id468683"></a><p class="title"><b>Table<EFBFBD>1.10.<2E>Parameters</b></p>
|
||||
<a name="id468740"></a><p class="title"><b>Table<EFBFBD>1.10.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -71,7 +71,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterators.operators.operator_inequality.expression_semantics"></a><h5>
|
||||
<a name="id468757"></a>
|
||||
<a name="id468815"></a>
|
||||
<a href="operator_inequality.html#fusion.iterators.operators.operator_inequality.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -84,7 +84,7 @@
|
||||
and <tt class="computeroutput"><span class="identifier">j</span></tt> respectively.
|
||||
</p>
|
||||
<a name="fusion.iterators.operators.operator_inequality.header"></a><h5>
|
||||
<a name="id468922"></a>
|
||||
<a name="id468979"></a>
|
||||
<a href="operator_inequality.html#fusion.iterators.operators.operator_inequality.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -30,14 +30,14 @@
|
||||
*"> Operator
|
||||
*</a></h4></div></div></div>
|
||||
<a name="fusion.iterators.operators.operator_unary_star.description"></a><h5>
|
||||
<a name="id467076"></a>
|
||||
<a name="id467134"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterators.operators.operator_unary_star.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Dereferences an iterator.
|
||||
</p>
|
||||
<a name="fusion.iterators.operators.operator_unary_star.synopsis"></a><h5>
|
||||
<a name="id467106"></a>
|
||||
<a name="id467164"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterators.operators.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="id467264"></a><p class="title"><b>Table<EFBFBD>1.8.<2E>Parameters</b></p>
|
||||
<a name="id467322"></a><p class="title"><b>Table<EFBFBD>1.8.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -71,7 +71,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterators.operators.operator_unary_star.expression_semantics"></a><h5>
|
||||
<a name="id467339"></a>
|
||||
<a name="id467396"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterators.operators.operator_unary_star.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -86,14 +86,14 @@
|
||||
<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.iterators.operators.operator_unary_star.header"></a><h5>
|
||||
<a name="id467473"></a>
|
||||
<a name="id467530"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterators.operators.operator_unary_star.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">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterators.operators.operator_unary_star.example"></a><h5>
|
||||
<a name="id467567"></a>
|
||||
<a name="id467625"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterators.operators.operator_unary_star.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user