adds documentation for functional module

[SVN r36959]
This commit is contained in:
Tobias Schwinger
2007-02-15 23:11:24 +00:00
parent 67f0df4958
commit ca6f831b96
247 changed files with 8675 additions and 3833 deletions

View File

@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Operators</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="../sequences.html" title="Sequences">
<link rel="prev" href="conversion/metafunctions/as_map.html" title="as_map">
@ -27,7 +27,24 @@
<a name="fusion.sequences.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/i_o.html">I/O</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="operators/i_o/in.html">in</a></span></dt>
<dt><span class="section"><a href="operators/i_o/out.html">out</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="operators/comparison.html">Comparison</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="operators/comparison/equal.html">equal</a></span></dt>
<dt><span class="section"><a href="operators/comparison/not_equal.html">not
equal</a></span></dt>
<dt><span class="section"><a href="operators/comparison/less_than.html">less
than</a></span></dt>
<dt><span class="section"><a href="operators/comparison/less_than_equal.html">less
than equal</a></span></dt>
<dt><span class="section"><a href="operators/comparison/greater_than.html">greater
than</a></span></dt>
<dt><span class="section"><a href="operators/comparison/greater_than_equal.html">greater
than equal</a></span></dt>
</dl></dd>
</dl></div>
<p>
These operators, like the <a href="../algorithms.html" title="Algorithms">Algorithms</a>,