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

@ -27,9 +27,43 @@
<a name="fusion.iterators"></a><a href="iterators.html" title="Iterators">Iterators</a></h2></div></div></div>
<div class="toc"><dl>
<dt><span class="section"><a href="iterators/concepts.html">Concepts</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="iterators/concepts/forward_iterator.html">Forward
Iterator</a></span></dt>
<dt><span class="section"><a href="iterators/concepts/bidirectional_iterator.html">Bidirectional
Iterator</a></span></dt>
<dt><span class="section"><a href="iterators/concepts/random_access_iterator.html">Random
Access Iterator</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="iterators/functions.html">Functions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="iterators/functions/deref.html">deref</a></span></dt>
<dt><span class="section"><a href="iterators/functions/next.html">next</a></span></dt>
<dt><span class="section"><a href="iterators/functions/prior.html">prior</a></span></dt>
<dt><span class="section"><a href="iterators/functions/distance.html">distance</a></span></dt>
<dt><span class="section"><a href="iterators/functions/advance.html">advance</a></span></dt>
<dt><span class="section"><a href="iterators/functions/advance_c.html">advance_c</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="iterators/operators.html">Operators</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="iterators/operators/operator_unary_star.html"> Operator
*</a></span></dt>
<dt><span class="section"><a href="iterators/operators/operator_equality.html"> Operator
==</a></span></dt>
<dt><span class="section"><a href="iterators/operators/operator_inequality.html"> Operator
!=</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="iterators/metafunctions.html">Metafunctions</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="iterators/metafunctions/value_of.html">value_of</a></span></dt>
<dt><span class="section"><a href="iterators/metafunctions/deref.html">deref</a></span></dt>
<dt><span class="section"><a href="iterators/metafunctions/next.html">next</a></span></dt>
<dt><span class="section"><a href="iterators/metafunctions/prior.html">prior</a></span></dt>
<dt><span class="section"><a href="iterators/metafunctions/equal_to.html">equal_to</a></span></dt>
<dt><span class="section"><a href="iterators/metafunctions/distance.html">distance</a></span></dt>
<dt><span class="section"><a href="iterators/metafunctions/advance.html">advance</a></span></dt>
<dt><span class="section"><a href="iterators/metafunctions/advance_c.html">advance_c</a></span></dt>
</dl></dd>
</dl></div>
<p>
Like <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a> and
@ -40,7 +74,7 @@
<a href="sequences.html" title="Sequences">Sequence</a>.
</p>
<a name="fusion.iterators.header"></a><h3>
<a name="id457008"></a>
<a name="id457023"></a>
<a href="iterators.html#fusion.iterators.header">Header</a>
</h3>
<pre class="programlisting">