summaryrefslogtreecommitdiff
path: root/doc/html/PolymorphicFunctionObject.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/PolymorphicFunctionObject.html')
-rw-r--r--doc/html/PolymorphicFunctionObject.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/html/PolymorphicFunctionObject.html b/doc/html/PolymorphicFunctionObject.html
index 58b2d939f7..b3d08340fb 100644
--- a/doc/html/PolymorphicFunctionObject.html
+++ b/doc/html/PolymorphicFunctionObject.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@@ -29,14 +30,14 @@
<p>PolymorphicFunctionObject</p>
</div>
<div class="refsect1">
-<a name="idp386946688"></a><h2>Description</h2>
+<a name="idp393261888"></a><h2>Description</h2>
<p>
A type that can be called and that follows the TR1 ResultOf
protocol for return type calculation.
</p>
</div>
<div class="refsect1">
-<a name="idp386947744"></a><h2>Associated types</h2>
+<a name="idp393262944"></a><h2>Associated types</h2>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<p><span class="bold"><strong>result_type</strong></span></p>
<pre class="literallayout">result_of&lt;Fn(A0,...An)&gt;::type</pre>
@@ -48,7 +49,7 @@
</li></ul></div>
</div>
<div class="refsect1">
-<a name="idp386950560"></a><h2>Notation</h2>
+<a name="idp393265760"></a><h2>Notation</h2>
<div class="variablelist"><dl class="variablelist">
<dt><span class="term">Fn</span></dt>
<dd>A type playing the role of polymorphic-function-object-type in the <a class="link" href="PolymorphicFunctionObject.html" title="Concept PolymorphicFunctionObject">PolymorphicFunctionObject</a> concept.</dd>
@@ -59,7 +60,7 @@
</dl></div>
</div>
<div class="refsect1">
-<a name="idp386954720"></a><h2>Valid expressions</h2>
+<a name="idp393269920"></a><h2>Valid expressions</h2>
<div class="informaltable"><table class="table">
<colgroup>
<col>
@@ -82,7 +83,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp386959104"></a><h2>Models</h2>
+<a name="idp393274304"></a><h2>Models</h2>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><span class="simplelist"><span class="type">std::plus&lt;int&gt;</span></span></li></ul></div>
</div>
</div>