forked from boostorg/fusion
documentation update
[SVN r61187]
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Construction</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="up" href="../class_template_tuple.html" title="Class template tuple">
|
||||
<link rel="prev" href="../class_template_tuple.html" title="Class template tuple">
|
||||
@ -27,7 +27,7 @@
|
||||
<a name="fusion.tuple.class_template_tuple.construction"></a><a class="link" href="construction.html" title="Construction">Construction</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.tuple.class_template_tuple.construction.description"></a><h6>
|
||||
<a name="id753332"></a>
|
||||
<a name="id856732"></a>
|
||||
<a class="link" href="construction.html#fusion.tuple.class_template_tuple.construction.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -38,35 +38,33 @@
|
||||
in this section.
|
||||
</p>
|
||||
<a name="fusion.tuple.class_template_tuple.construction.specification"></a><h6>
|
||||
<a name="id753360"></a>
|
||||
<a name="id856759"></a>
|
||||
<a class="link" href="construction.html#fusion.tuple.class_template_tuple.construction.specification">Specification</a>
|
||||
</h6>
|
||||
<div class="variablelist" title="Notation">
|
||||
<p class="title"><b>Notation</b></p>
|
||||
<dl>
|
||||
<dt><span class="term"><code class="computeroutput"><span class="identifier">T1</span>
|
||||
<span class="special">...</span> <span class="identifier">TN</span></code>,
|
||||
<code class="computeroutput"><span class="identifier">U1</span> <span class="special">...</span>
|
||||
<span class="identifier">UN</span></code></span></dt>
|
||||
<dt><span class="term"><code class="computeroutput"><span class="identifier">T1</span> <span class="special">...</span>
|
||||
<span class="identifier">TN</span></code>, <code class="computeroutput"><span class="identifier">U1</span>
|
||||
<span class="special">...</span> <span class="identifier">UN</span></code></span></dt>
|
||||
<dd><p>
|
||||
Tuple element types
|
||||
</p></dd>
|
||||
<dt><span class="term"><code class="computeroutput"><span class="identifier">P1</span>
|
||||
<span class="special">...</span> <span class="identifier">PN</span></code></span></dt>
|
||||
Tuple element types
|
||||
</p></dd>
|
||||
<dt><span class="term"><code class="computeroutput"><span class="identifier">P1</span> <span class="special">...</span>
|
||||
<span class="identifier">PN</span></code></span></dt>
|
||||
<dd><p>
|
||||
Parameter types
|
||||
</p></dd>
|
||||
<dt><span class="term"><code class="computeroutput"><span class="identifier">Ti</span></code>,
|
||||
<code class="computeroutput"><span class="identifier">Ui</span></code></span></dt>
|
||||
Parameter types
|
||||
</p></dd>
|
||||
<dt><span class="term"><code class="computeroutput"><span class="identifier">Ti</span></code>, <code class="computeroutput"><span class="identifier">Ui</span></code></span></dt>
|
||||
<dd><p>
|
||||
The type of the <code class="computeroutput"><span class="identifier">i</span></code>th
|
||||
element of a tuple
|
||||
</p></dd>
|
||||
The type of the <code class="computeroutput"><span class="identifier">i</span></code>th
|
||||
element of a tuple
|
||||
</p></dd>
|
||||
<dt><span class="term"><code class="computeroutput"><span class="identifier">Pi</span></code></span></dt>
|
||||
<dd><p>
|
||||
The type of the <code class="computeroutput"><span class="identifier">i</span></code>th
|
||||
parameter
|
||||
</p></dd>
|
||||
The type of the <code class="computeroutput"><span class="identifier">i</span></code>th
|
||||
parameter
|
||||
</p></dd>
|
||||
</dl>
|
||||
</div>
|
||||
<pre class="programlisting"><span class="identifier">tuple</span><span class="special">();</span>
|
||||
|
Reference in New Issue
Block a user