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>Class template tuple</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="../tuples.html" title="Tuples">
<link rel="prev" href="../tuples.html" title="Tuples">
@ -44,11 +44,11 @@
beyond that required by TR1.
</p>
<p>
Currently tuple is basically a synonym for <a href="../sequences/containers/vector.html" title="vector"><tt class="computeroutput"><span class="identifier">vector</span></tt></a>, although this may be changed
Currently tuple is basically a synonym for <a href="../sequences/containers/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>, although this may be changed
in future releases of fusion.
</p>
<a name="fusion.tuples.class_template_tuple.synopsis"></a><h4>
<a name="id602788"></a>
<a name="id1175401"></a>
<a href="class_template_tuple.html#fusion.tuples.class_template_tuple.synopsis">Synopsis</a>
</h4>
<pre class="programlisting">
@ -60,7 +60,7 @@
<span class="keyword">class</span> <span class="identifier">tuple</span><span class="special">;</span>
</pre>
<a name="fusion.tuples.class_template_tuple.header"></a><h4>
<a name="id602923"></a>
<a name="id1175520"></a>
<a href="class_template_tuple.html#fusion.tuples.class_template_tuple.header">Header</a>
</h4>
<pre class="programlisting">