forked from boostorg/fusion
adds documentation for functional module
[SVN r36959]
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Sequences</title>
|
||||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<link rel="start" href="../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="prev" href="iterators/metafunctions/advance_c.html" title="advance_c">
|
||||
@ -66,22 +66,97 @@
|
||||
<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>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/functions/begin.html">begin</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/functions/end.html">end</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/functions/empty.html">empty</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/functions/front.html">front</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/functions/back.html">back</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/functions/size.html">size</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/functions/at.html">at</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/functions/at_c.html">at_c</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/functions/has_key.html">has_key</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/functions/at_key.html">at_key</a></span></dt>
|
||||
</dl></dd>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions.html">Metafunctions</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions/begin.html">begin</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions/end.html">end</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions/empty.html">empty</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions/front.html">front</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions/back.html">back</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions/size.html">size</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions/at.html">at</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions/at_c.html">at_c</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions/value_at.html">value_at</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions/value_at_c.html">value_at_c</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions/has_key.html">has_key</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions/at_key.html">at_key</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/intrinsics/metafunctions/value_at_key.html">value_at_key</a></span></dt>
|
||||
</dl></dd>
|
||||
</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>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/generation/functions/make_list.html">make_list</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/generation/functions/make_cons.html">make_cons</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/generation/functions/make_vector.html">make_vector</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/generation/functions/make_set.html">make_set</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/generation/functions/make_map.html">make_map</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/generation/functions/tiers.html">Tiers</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/generation/functions/list_tie.html">list_tie</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/generation/functions/vector_tie.html">vector_tie</a></span></dt>
|
||||
</dl></dd>
|
||||
<dt><span class="section"><a href="sequences/generation/metafunctions.html">MetaFunctions</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/generation/metafunctions/make_list.html">make_list</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/generation/metafunctions/make_cons.html">make_cons</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/generation/metafunctions/make_vector.html">make_vector</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/generation/metafunctions/make_set.html">make_set</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/generation/metafunctions/make_map.html">make_map</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/generation/metafunctions/list_tie.html">list_tie</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/generation/metafunctions/vector_tie.html">vector_tie</a></span></dt>
|
||||
</dl></dd>
|
||||
</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>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/conversion/functions/as_list.html">as_list</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/conversion/functions/as_vector.html">as_vector</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/conversion/functions/as_set.html">as_set</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/conversion/functions/as_map.html">as_map</a></span></dt>
|
||||
</dl></dd>
|
||||
<dt><span class="section"><a href="sequences/conversion/metafunctions.html">Metafunctions</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/conversion/metafunctions/as_list.html">as_list</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/conversion/metafunctions/as_vector.html">as_vector</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/conversion/metafunctions/as_set.html">as_set</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/conversion/metafunctions/as_map.html">as_map</a></span></dt>
|
||||
</dl></dd>
|
||||
</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>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/operators/i_o/in.html">in</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/operators/i_o/out.html">out</a></span></dt>
|
||||
</dl></dd>
|
||||
<dt><span class="section"><a href="sequences/operators/comparison.html">Comparison</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="sequences/operators/comparison/equal.html">equal</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/operators/comparison/not_equal.html">not
|
||||
equal</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/operators/comparison/less_than.html">less
|
||||
than</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/operators/comparison/less_than_equal.html">less
|
||||
than equal</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/operators/comparison/greater_than.html">greater
|
||||
than</a></span></dt>
|
||||
<dt><span class="section"><a href="sequences/operators/comparison/greater_than_equal.html">greater
|
||||
than equal</a></span></dt>
|
||||
</dl></dd>
|
||||
</dl></dd>
|
||||
</dl></div>
|
||||
<p>
|
||||
@ -95,7 +170,7 @@
|
||||
type that can be used to iterate through the Sequence's elements.
|
||||
</p>
|
||||
<a name="fusion.sequences.header"></a><h3>
|
||||
<a name="id478187"></a>
|
||||
<a name="id962041"></a>
|
||||
<a href="sequences.html#fusion.sequences.header">Header</a>
|
||||
</h3>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user