forked from boostorg/fusion
updates functional module: only two unfused variants, now
[SVN r51381]
This commit is contained in:
@ -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="../../../../../../doc/html/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="../tuple.html" title="Tuple">
|
||||
<link rel="prev" href="../tuple.html" title="Tuple">
|
||||
@ -44,15 +44,14 @@
|
||||
beyond that required by TR1.
|
||||
</p>
|
||||
<p>
|
||||
Currently tuple is basically a synonym for <a href="../container/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="../container/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.tuple.class_template_tuple.synopsis"></a><h4>
|
||||
<a name="id636651"></a>
|
||||
<a name="id1250044"></a>
|
||||
<a href="class_template_tuple.html#fusion.tuple.class_template_tuple.synopsis">Synopsis</a>
|
||||
</h4>
|
||||
<pre class="programlisting">
|
||||
<span class="keyword">template</span><span class="special"><</span>
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">T1</span> <span class="special">=</span> <span class="emphasis"><em>unspecified</em></span><span class="special">,</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">T2</span> <span class="special">=</span> <span class="emphasis"><em>unspecified</em></span><span class="special">,</span>
|
||||
<span class="special">...</span>
|
||||
|
Reference in New Issue
Block a user