forked from boostorg/fusion
Updateded: fixed 'requirement' errors
[SVN r70297]
This commit is contained in:
@ -24,11 +24,11 @@
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.functional.concepts.poly"></a><a class="link" href="poly.html" title="Polymorphic Function Object">Polymorphic Function
|
||||
<a name="fusion.functional.concepts.poly"></a><a class="link" href="poly.html" title="Polymorphic Function Object"> Polymorphic Function
|
||||
Object</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.functional.concepts.poly.description"></a><h6>
|
||||
<a name="id1035251"></a>
|
||||
<a name="id1065289"></a>
|
||||
<a class="link" href="poly.html#fusion.functional.concepts.poly.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -36,19 +36,15 @@
|
||||
Callable Object</a> type.
|
||||
</p>
|
||||
<a name="fusion.functional.concepts.poly.refinement_of"></a><h6>
|
||||
<a name="id1035273"></a>
|
||||
<a name="id1065310"></a>
|
||||
<a class="link" href="poly.html#fusion.functional.concepts.poly.refinement_of">Refinement
|
||||
of</a>
|
||||
</h6>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
<li class="listitem">
|
||||
<a class="link" href="reg_callable.html" title="Regular Callable Object">Regular Callable
|
||||
Object</a>
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<a class="link" href="def_callable.html" title="Deferred Callable Object">Deferred Callable
|
||||
Object</a>
|
||||
</li>
|
||||
<li class="listitem"><a class="link" href="reg_callable.html" title="Regular Callable Object">Regular Callable
|
||||
Object</a></li>
|
||||
<li class="listitem"><a class="link" href="def_callable.html" title="Deferred Callable Object">Deferred Callable
|
||||
Object</a></li>
|
||||
</ul></div>
|
||||
<div class="variablelist">
|
||||
<p class="title"><b>Notation</b></p>
|
||||
@ -79,7 +75,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.functional.concepts.poly.expression_requirements"></a><h6>
|
||||
<a name="id1035495"></a>
|
||||
<a name="id1067174"></a>
|
||||
<a class="link" href="poly.html#fusion.functional.concepts.poly.expression_requirements">Expression
|
||||
requirements</a>
|
||||
</h6>
|
||||
@ -128,22 +124,22 @@
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
<a name="fusion.functional.concepts.poly.models"></a><h6>
|
||||
<a name="id1035942"></a>
|
||||
<a name="id1067333"></a>
|
||||
<a class="link" href="poly.html#fusion.functional.concepts.poly.models">Models</a>
|
||||
</h6>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
<li class="listitem">
|
||||
function pointers
|
||||
</li>
|
||||
function pointers
|
||||
</li>
|
||||
<li class="listitem">
|
||||
function objects of the Standard Library
|
||||
</li>
|
||||
function objects of the Standard Library
|
||||
</li>
|
||||
<li class="listitem">
|
||||
all Fusion <a class="link" href="../adapters.html" title="Adapters">functional adapters</a>
|
||||
</li>
|
||||
all Fusion <a class="link" href="../adapters.html" title="Adapters">functional adapters</a>
|
||||
</li>
|
||||
</ul></div>
|
||||
<a name="fusion.functional.concepts.poly.examples"></a><h6>
|
||||
<a name="id1035985"></a>
|
||||
<a name="id1067365"></a>
|
||||
<a class="link" href="poly.html#fusion.functional.concepts.poly.examples">Examples</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="special">&</span> <span class="identifier">a_free_function</span>
|
||||
|
Reference in New Issue
Block a user