fusion: merge of associative iterators/views and the new fold interface

[SVN r58618]
This commit is contained in:
Christopher Schmidt
2010-01-01 22:00:21 +00:00
parent b605617c4f
commit cda74605fc
379 changed files with 28481 additions and 2185 deletions

View File

@ -4,7 +4,11 @@
<title> Regular Callable
Object</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="../concepts.html" title="Concepts">
<link rel="previous" href="callable.html" title=" Callable Object">
@ -30,6 +34,7 @@
<a name="fusion.functional.concepts.reg_callable"></a><a href="reg_callable.html" title=" Regular Callable
Object"> Regular Callable
Object</a>
<<<<<<< .working
</h4></div></div>
<div></div>
</div>
@ -37,14 +42,27 @@
<a name="id610148"></a>
<a href="reg_callable.html#fusion.functional.concepts.reg_callable.description">Description</a>
</h5>
=======
</h4></div></div></div>
<a name="fusion.functional.concepts.reg_callable.description"></a><h6>
<a name="id816930"></a>
<a class="link" href="reg_callable.html#fusion.functional.concepts.reg_callable.description">Description</a>
</h6>
>>>>>>> .merge-right.r57125
<p>
A non-member-pointer <a href="callable.html" title=" Callable Object">Callable
Object</a> type: A pointer to a function or a class type whose objects
can appear immediately to the left of a function call operator.
</p>
<<<<<<< .working
<a name="fusion.functional.concepts.reg_callable.refinement_of"></a><h5>
<a name="id610189"></a>
<a href="reg_callable.html#fusion.functional.concepts.reg_callable.refinement_of">Refinement
=======
<a name="fusion.functional.concepts.reg_callable.refinement_of"></a><h6>
<a name="id816952"></a>
<a class="link" href="reg_callable.html#fusion.functional.concepts.reg_callable.refinement_of">Refinement
>>>>>>> .merge-right.r57125
of</a>
</h5>
<div class="itemizedlist"><ul type="disc"><li><a href="callable.html" title=" Callable Object">Callable Object</a></li></ul></div>
@ -72,9 +90,15 @@
</p></dd>
</dl>
</div>
<<<<<<< .working
<a name="fusion.functional.concepts.reg_callable.expression_requirements"></a><h5>
<a name="id610374"></a>
<a href="reg_callable.html#fusion.functional.concepts.reg_callable.expression_requirements">Expression
=======
<a name="fusion.functional.concepts.reg_callable.expression_requirements"></a><h6>
<a name="id817092"></a>
<a class="link" href="reg_callable.html#fusion.functional.concepts.reg_callable.expression_requirements">Expression
>>>>>>> .merge-right.r57125
requirements</a>
</h5>
<div class="informaltable"><table class="table">
@ -107,22 +131,38 @@
</p></td>
</tr></tbody>
</table></div>
<<<<<<< .working
<a name="fusion.functional.concepts.reg_callable.models"></a><h5>
<a name="id610508"></a>
<a href="reg_callable.html#fusion.functional.concepts.reg_callable.models">Models</a>
</h5>
<div class="itemizedlist"><ul type="disc">
<li>
=======
<a name="fusion.functional.concepts.reg_callable.models"></a><h6>
<a name="id817200"></a>
<a class="link" href="reg_callable.html#fusion.functional.concepts.reg_callable.models">Models</a>
</h6>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
>>>>>>> .merge-right.r57125
function pointer types
</li>
<li>
all kinds of function objects
</li>
</ul></div>
<<<<<<< .working
<a name="fusion.functional.concepts.reg_callable.examples"></a><h5>
<a name="id610545"></a>
<a href="reg_callable.html#fusion.functional.concepts.reg_callable.examples">Examples</a>
</h5>
=======
<a name="fusion.functional.concepts.reg_callable.examples"></a><h6>
<a name="id817224"></a>
<a class="link" href="reg_callable.html#fusion.functional.concepts.reg_callable.examples">Examples</a>
</h6>
>>>>>>> .merge-right.r57125
<pre class="programlisting"><span class="special">&amp;</span> <span class="identifier">a_free_function</span>
<span class="special">&amp;</span> <span class="identifier">a_class</span><span class="special">::</span><span class="identifier">a_static_member_function</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;()</span>