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.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/PolymorphicFunctionObject.html b/doc/html/PolymorphicFunctionObject.html
index b0c3036c4b..093f7a5cd6 100644
--- a/doc/html/PolymorphicFunctionObject.html
+++ b/doc/html/PolymorphicFunctionObject.html
@@ -30,14 +30,14 @@
<p>PolymorphicFunctionObject</p>
</div>
<div class="refsect1">
-<a name="idp470055392"></a><h2>Description</h2>
+<a name="idp488909616"></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="idp470056448"></a><h2>Associated types</h2>
+<a name="idp488910672"></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>
@@ -49,7 +49,7 @@
</li></ul></div>
</div>
<div class="refsect1">
-<a name="idp470059264"></a><h2>Notation</h2>
+<a name="idp488913488"></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>
@@ -60,7 +60,7 @@
</dl></div>
</div>
<div class="refsect1">
-<a name="idp470063424"></a><h2>Valid expressions</h2>
+<a name="idp488917648"></a><h2>Valid expressions</h2>
<div class="informaltable"><table class="table">
<colgroup>
<col>
@@ -83,7 +83,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp470067808"></a><h2>Models</h2>
+<a name="idp488922032"></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>