forked from boostorg/fusion
fusion: merge of associative iterators/views and the new fold interface
[SVN r58618]
This commit is contained in:
@ -3,7 +3,11 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Construction</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../class_template_tuple.html" title="Class template tuple">
|
||||
<link rel="previous" href="../class_template_tuple.html" title="Class template tuple">
|
||||
@ -23,6 +27,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="../class_template_tuple.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../class_template_tuple.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="tuple_creation_functions.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -34,6 +39,16 @@
|
||||
<a name="id592245"></a>
|
||||
<a href="construction.html#fusion.tuple.class_template_tuple.construction.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="Construction">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<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="id800045"></a>
|
||||
<a class="link" href="construction.html#fusion.tuple.class_template_tuple.construction.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
The <a href="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2002/n1403.pdf" target="_top">TR1
|
||||
Tuple</a> type provides a default constructor, a constructor that takes
|
||||
@ -41,11 +56,19 @@
|
||||
copy constructor. The details of the various constructors are described
|
||||
in this section.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.tuple.class_template_tuple.construction.specification"></a><h5>
|
||||
<a name="id592287"></a>
|
||||
<a href="construction.html#fusion.tuple.class_template_tuple.construction.specification">Specification</a>
|
||||
</h5>
|
||||
<div class="variablelist">
|
||||
=======
|
||||
<a name="fusion.tuple.class_template_tuple.construction.specification"></a><h6>
|
||||
<a name="id800073"></a>
|
||||
<a class="link" href="construction.html#fusion.tuple.class_template_tuple.construction.specification">Specification</a>
|
||||
</h6>
|
||||
<div class="variablelist" title="Notation">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p class="title"><b>Notation</b></p>
|
||||
<dl>
|
||||
<dt><span class="term"><tt class="computeroutput"><span class="identifier">T1</span>
|
||||
|
Reference in New Issue
Block a user