summaryrefslogtreecommitdiff
path: root/doc/html/PolymorphicFunctionObject.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:26:20 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:27:13 +0900
commit88e602c57797660ebe0f9e15dbd64c1ff16dead3 (patch)
treee96e9e1d22b982c9f62f86f2357a1f53f9ef9dac /doc/html/PolymorphicFunctionObject.html
parent4fadd968fa12130524c8380f33fcfe25d4de79e5 (diff)
downloadboost-88e602c57797660ebe0f9e15dbd64c1ff16dead3.tar.gz
boost-88e602c57797660ebe0f9e15dbd64c1ff16dead3.tar.bz2
boost-88e602c57797660ebe0f9e15dbd64c1ff16dead3.zip
Imported Upstream version 1.65.1upstream/1.65.1
Change-Id: Ie4005d637141f8311f4b6d46b613478a2b3dae59 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
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>