summaryrefslogtreecommitdiff
path: root/doc/html/PolymorphicFunctionObject.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:11:01 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:11:01 +0900
commit3fdc3e5ee96dca5b11d1694975a65200787eab86 (patch)
tree5c1733853892b8397d67706fa453a9bd978d2102 /doc/html/PolymorphicFunctionObject.html
parent88e602c57797660ebe0f9e15dbd64c1ff16dead3 (diff)
downloadboost-3fdc3e5ee96dca5b11d1694975a65200787eab86.tar.gz
boost-3fdc3e5ee96dca5b11d1694975a65200787eab86.tar.bz2
boost-3fdc3e5ee96dca5b11d1694975a65200787eab86.zip
Imported Upstream version 1.66.0upstream/1.66.0
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 093f7a5cd6..6dd87e095b 100644
--- a/doc/html/PolymorphicFunctionObject.html
+++ b/doc/html/PolymorphicFunctionObject.html
@@ -30,14 +30,14 @@
<p>PolymorphicFunctionObject</p>
</div>
<div class="refsect1">
-<a name="idp488909616"></a><h2>Description</h2>
+<a name="id-1.3.33.5.63.3"></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="idp488910672"></a><h2>Associated types</h2>
+<a name="id-1.3.33.5.63.4"></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="idp488913488"></a><h2>Notation</h2>
+<a name="id-1.3.33.5.63.5"></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="idp488917648"></a><h2>Valid expressions</h2>
+<a name="id-1.3.33.5.63.6"></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="idp488922032"></a><h2>Models</h2>
+<a name="id-1.3.33.5.63.7"></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>