forked from boostorg/fusion
Deeper TOC level + typo fix: rename apply->result in algo docs
[SVN r36766]
This commit is contained in:
@ -25,17 +25,6 @@
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage"><div><div><h3 class="title">
|
||||
<a name="fusion.tuples.class_template_tuple"></a><a href="class_template_tuple.html" title="Class template tuple">Class template tuple</a></h3></div></div></div>
|
||||
<div class="toc"><dl>
|
||||
<dt><span class="section"><a href="class_template_tuple/construction.html">Construction</a></span></dt>
|
||||
<dt><span class="section"><a href="class_template_tuple/tuple_creation_functions.html">Tuple
|
||||
creation functions</a></span></dt>
|
||||
<dt><span class="section"><a href="class_template_tuple/tuple_helper_classes.html">Tuple
|
||||
helper classes</a></span></dt>
|
||||
<dt><span class="section"><a href="class_template_tuple/element_access.html">Element
|
||||
access</a></span></dt>
|
||||
<dt><span class="section"><a href="class_template_tuple/relational_operators.html">Relational
|
||||
operators</a></span></dt>
|
||||
</dl></div>
|
||||
<p>
|
||||
Fusion's implementation of the <a href="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2002/n1403.pdf" target="_top">TR1
|
||||
Tuple</a> is also a fusion <a href="../sequences/concepts/forward_sequence.html" title="Forward
|
||||
@ -48,7 +37,7 @@
|
||||
in future releases of fusion.
|
||||
</p>
|
||||
<a name="fusion.tuples.class_template_tuple.synopsis"></a><h4>
|
||||
<a name="id377517"></a>
|
||||
<a name="id377514"></a>
|
||||
<a href="class_template_tuple.html#fusion.tuples.class_template_tuple.synopsis">Synopsis</a>
|
||||
</h4>
|
||||
<pre class="programlisting">
|
||||
@ -60,7 +49,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="id378757"></a>
|
||||
<a name="id379472"></a>
|
||||
<a href="class_template_tuple.html#fusion.tuples.class_template_tuple.header">Header</a>
|
||||
</h4>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user