summaryrefslogtreecommitdiff
path: root/doc/html/PolymorphicFunctionObject.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-03-21 15:45:20 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-03-21 15:46:37 +0900
commit733b5d5ae2c5d625211e2985ac25728ac3f54883 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /doc/html/PolymorphicFunctionObject.html
parent08c1e93fa36a49f49325a07fe91ff92c964c2b6c (diff)
downloadboost-733b5d5ae2c5d625211e2985ac25728ac3f54883.tar.gz
boost-733b5d5ae2c5d625211e2985ac25728ac3f54883.tar.bz2
boost-733b5d5ae2c5d625211e2985ac25728ac3f54883.zip
Imported Upstream version 1.58.0upstream/1.58.0
Change-Id: If0072143aa26874812e0db6872e1efb10a3e5e94 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 a0935763f7..58b2d939f7 100644
--- a/doc/html/PolymorphicFunctionObject.html
+++ b/doc/html/PolymorphicFunctionObject.html
@@ -29,14 +29,14 @@
<p>PolymorphicFunctionObject</p>
</div>
<div class="refsect1">
-<a name="idp393658480"></a><h2>Description</h2>
+<a name="idp386946688"></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="idp393659536"></a><h2>Associated types</h2>
+<a name="idp386947744"></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 +48,7 @@
</li></ul></div>
</div>
<div class="refsect1">
-<a name="idp393662352"></a><h2>Notation</h2>
+<a name="idp386950560"></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 +59,7 @@
</dl></div>
</div>
<div class="refsect1">
-<a name="idp393666512"></a><h2>Valid expressions</h2>
+<a name="idp386954720"></a><h2>Valid expressions</h2>
<div class="informaltable"><table class="table">
<colgroup>
<col>
@@ -82,7 +82,7 @@
</table></div>
</div>
<div class="refsect1">
-<a name="idp393670896"></a><h2>Models</h2>
+<a name="idp386959104"></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>