forked from boostorg/fusion
Deeper TOC level + typo fix: rename apply->result in algo docs
[SVN r36766]
This commit is contained in:
@ -27,13 +27,62 @@
|
||||
<a name="fusion.sequences"></a><a href="sequences.html" title="Sequences">Sequences</a></h2></div></div></div>
|
||||
<div class="toc"><dl>
|
||||
<dt><span class="section"><a href="sequences/concepts.html">Concepts</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/concepts/forward_sequence.html">Forward
|
||||
Sequence</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/concepts/bidirectional_sequence.html">Bidirectional
|
||||
Sequence</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/concepts/random_access_sequence.html">Random
|
||||
Access Sequence</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/concepts/associative_sequence.html">Associative
|
||||
Sequence</a></span></dt>
|
||||
</dl></dd>
|
||||
<dt><span class="section"><a href="sequences/containers.html">Containers</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/containers/vector.html">vector</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/containers/cons.html">cons</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/containers/list.html">list</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/containers/set.html">set</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/containers/map.html">map</a></span></dt>
|
||||
</dl></dd>
|
||||
<dt><span class="section"><a href="sequences/views.html">Views</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/views/single_view.html">single_view</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/views/filter_view.html">filter_view</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/views/iterator_range.html">iterator_range</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/views/joint_view.html">joint_view</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/views/zip_view.html">zip_view</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/views/transform_view.html">transform_view</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/views/reverse_view.html">reverse_view</a></span></dt>
|
||||
</dl></dd>
|
||||
<dt><span class="section"><a href="sequences/adapted.html">Adapted</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/adapted/std__pair.html">std::pair</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/adapted/mpl_sequence.html">mpl sequence</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/adapted/boost__array.html">boost::array</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/adapted/boost__tuple.html">boost::tuple</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/adapted/boost__variant.html">boost::variant</a></span></dt>
|
||||
</dl></dd>
|
||||
<dt><span class="section"><a href="sequences/intrinsics.html">Intrinsics</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/functions.html">Functions</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions.html">Metafunctions</a></span></dt>
|
||||
</dl></dd>
|
||||
<dt><span class="section"><a href="sequences/generation.html">Generation</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/generation/functions.html">Functions</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/generation/metafunctions.html">MetaFunctions</a></span></dt>
|
||||
</dl></dd>
|
||||
<dt><span class="section"><a href="sequences/conversion.html">Conversion</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/conversion/functions.html">Functions</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/conversion/metafunctions.html">Metafunctions</a></span></dt>
|
||||
</dl></dd>
|
||||
<dt><span class="section"><a href="sequences/operators.html">Operators</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/operators/i_o.html">I/O</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/operators/comparison.html">Comparison</a></span></dt>
|
||||
</dl></dd>
|
||||
</dl></div>
|
||||
<p>
|
||||
Like <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>, the
|
||||
@ -46,7 +95,7 @@
|
||||
type that can be used to iterate through the Sequence's elements.
|
||||
</p>
|
||||
<a name="fusion.sequences.header"></a><h3>
|
||||
<a name="id476511"></a>
|
||||
<a name="id476529"></a>
|
||||
<a href="sequences.html#fusion.sequences.header">Header</a>
|
||||
</h3>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user