Deeper TOC level + typo fix: rename apply->result in algo docs

[SVN r36766]
This commit is contained in:
Joel de Guzman
2007-01-22 00:40:36 +00:00
parent 64a8b5e7f3
commit 63c122f0d8
206 changed files with 1342 additions and 1374 deletions

View File

@ -26,14 +26,6 @@
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="fusion.iterators.operators"></a><a href="operators.html" title="Operators">Operators</a></h3></div></div></div>
<div class="toc"><dl>
<dt><span class="section"><a href="operators/operator_unary_star.html"> Operator
*</a></span></dt>
<dt><span class="section"><a href="operators/operator_equality.html"> Operator
==</a></span></dt>
<dt><span class="section"><a href="operators/operator_inequality.html"> Operator
!=</a></span></dt>
</dl></div>
<p>
Overloaded operators are provided to provide a more natural syntax for dereferencing
iterators, and comparing them for equality.