forked from boostorg/fusion
merge from trunk
[SVN r61189]
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Class template tuple</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="../tuple.html" title="Tuple">
|
||||
<link rel="prev" href="../tuple.html" title="Tuple">
|
||||
@ -48,7 +48,7 @@
|
||||
in future releases of fusion.
|
||||
</p>
|
||||
<a name="fusion.tuple.class_template_tuple.synopsis"></a><h5>
|
||||
<a name="id753209"></a>
|
||||
<a name="id856608"></a>
|
||||
<a class="link" href="class_template_tuple.html#fusion.tuple.class_template_tuple.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
|
@ -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>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Element access</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="tuple_helper_classes.html" title="Tuple helper classes">
|
||||
@ -28,7 +28,7 @@
|
||||
access</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.tuple.class_template_tuple.element_access.description"></a><h6>
|
||||
<a name="id754734"></a>
|
||||
<a name="id858138"></a>
|
||||
<a class="link" href="element_access.html#fusion.tuple.class_template_tuple.element_access.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -37,7 +37,7 @@
|
||||
function to provide access to it's elements by zero based numeric index.
|
||||
</p>
|
||||
<a name="fusion.tuple.class_template_tuple.element_access.specification"></a><h6>
|
||||
<a name="id754769"></a>
|
||||
<a name="id858173"></a>
|
||||
<a class="link" href="element_access.html#fusion.tuple.class_template_tuple.element_access.specification">Specification</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">int</span> <span class="identifier">I</span><span class="special">,</span> <span class="identifier">T</span><span class="special">></span>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Relational operators</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="element_access.html" title="Element access">
|
||||
@ -28,7 +28,7 @@
|
||||
operators</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.tuple.class_template_tuple.relational_operators.description"></a><h6>
|
||||
<a name="id756018"></a>
|
||||
<a name="id858602"></a>
|
||||
<a class="link" href="relational_operators.html#fusion.tuple.class_template_tuple.relational_operators.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -36,35 +36,33 @@
|
||||
Tuple</a> provides the standard boolean relational operators.
|
||||
</p>
|
||||
<a name="fusion.tuple.class_template_tuple.relational_operators.specification"></a><h6>
|
||||
<a name="id756042"></a>
|
||||
<a name="id860402"></a>
|
||||
<a class="link" href="relational_operators.html#fusion.tuple.class_template_tuple.relational_operators.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="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">,</span>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Tuple creation functions</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="construction.html" title="Construction">
|
||||
@ -28,7 +28,7 @@
|
||||
creation functions</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.tuple.class_template_tuple.tuple_creation_functions.description"></a><h6>
|
||||
<a name="id753889"></a>
|
||||
<a name="id857293"></a>
|
||||
<a class="link" href="tuple_creation_functions.html#fusion.tuple.class_template_tuple.tuple_creation_functions.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -38,7 +38,7 @@
|
||||
functions are described in this section.
|
||||
</p>
|
||||
<a name="fusion.tuple.class_template_tuple.tuple_creation_functions.specification"></a><h6>
|
||||
<a name="id753931"></a>
|
||||
<a name="id857335"></a>
|
||||
<a class="link" href="tuple_creation_functions.html#fusion.tuple.class_template_tuple.tuple_creation_functions.specification">Specification</a>
|
||||
</h6>
|
||||
<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="keyword">typename</span> <span class="identifier">T2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Tuple helper classes</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="tuple_creation_functions.html" title="Tuple creation functions">
|
||||
@ -28,7 +28,7 @@
|
||||
helper classes</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.tuple.class_template_tuple.tuple_helper_classes.description"></a><h6>
|
||||
<a name="id754440"></a>
|
||||
<a name="id857844"></a>
|
||||
<a class="link" href="tuple_helper_classes.html#fusion.tuple.class_template_tuple.tuple_helper_classes.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -37,7 +37,7 @@
|
||||
tuple size, and the element types.
|
||||
</p>
|
||||
<a name="fusion.tuple.class_template_tuple.tuple_helper_classes.specification"></a><h6>
|
||||
<a name="id754463"></a>
|
||||
<a name="id857867"></a>
|
||||
<a class="link" href="tuple_helper_classes.html#fusion.tuple.class_template_tuple.tuple_helper_classes.specification">Specification</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="identifier">tuple_size</span><span class="special"><</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">value</span>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Pairs</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="../tuple.html" title="Tuple">
|
||||
<link rel="prev" href="class_template_tuple/relational_operators.html" title="Relational operators">
|
||||
@ -27,7 +27,7 @@
|
||||
<a name="fusion.tuple.pairs"></a><a class="link" href="pairs.html" title="Pairs">Pairs</a>
|
||||
</h3></div></div></div>
|
||||
<a name="fusion.tuple.pairs.description"></a><h5>
|
||||
<a name="id759518"></a>
|
||||
<a name="id862790"></a>
|
||||
<a class="link" href="pairs.html#fusion.tuple.pairs.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -36,7 +36,7 @@
|
||||
as if it were a 2 element tuple.
|
||||
</p>
|
||||
<a name="fusion.tuple.pairs.specification"></a><h5>
|
||||
<a name="id759555"></a>
|
||||
<a name="id862828"></a>
|
||||
<a class="link" href="pairs.html#fusion.tuple.pairs.specification">Specification</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="identifier">tuple_size</span><span class="special"><</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span><span class="identifier">T1</span><span class="special">,</span> <span class="identifier">T2</span><span class="special">></span> <span class="special">>::</span><span class="identifier">value</span>
|
||||
|
Reference in New Issue
Block a user