diff options
author | Chanho Park <chanho61.park@samsung.com> | 2014-12-11 18:55:56 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-12-11 18:55:56 +0900 |
commit | 08c1e93fa36a49f49325a07fe91ff92c964c2b6c (patch) | |
tree | 7a7053ceb8874b28ec4b868d4c49b500008a102e /doc/html/PolymorphicFunctionObject.html | |
parent | bb4dd8289b351fae6b55e303f189127a394a1edd (diff) | |
download | boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.gz boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.bz2 boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.zip |
Imported Upstream version 1.57.0upstream/1.57.0
Diffstat (limited to 'doc/html/PolymorphicFunctionObject.html')
-rw-r--r-- | doc/html/PolymorphicFunctionObject.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/PolymorphicFunctionObject.html b/doc/html/PolymorphicFunctionObject.html index 38895535b3..a0935763f7 100644 --- a/doc/html/PolymorphicFunctionObject.html +++ b/doc/html/PolymorphicFunctionObject.html @@ -3,7 +3,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Concept PolymorphicFunctionObject</title> <link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css"> -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="proto/reference.html" title="Reference"> <link rel="prev" href="ObjectTransform.html" title="Concept ObjectTransform"> @@ -29,15 +29,15 @@ <p>PolymorphicFunctionObject</p> </div> <div class="refsect1"> -<a name="id2950606"></a><h2>Description</h2> +<a name="idp393658480"></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="id2950616"></a><h2>Associated types</h2> -<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"> +<a name="idp393659536"></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<Fn(A0,...An)>::type</pre> <p> @@ -48,8 +48,8 @@ </li></ul></div> </div> <div class="refsect1"> -<a name="id2950641"></a><h2>Notation</h2> -<div class="variablelist"><dl> +<a name="idp393662352"></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> <dt><span class="term"><code class="varname">fn</code></span></dt> @@ -59,7 +59,7 @@ </dl></div> </div> <div class="refsect1"> -<a name="id2950677"></a><h2>Valid expressions</h2> +<a name="idp393666512"></a><h2>Valid expressions</h2> <div class="informaltable"><table class="table"> <colgroup> <col> @@ -82,8 +82,8 @@ </table></div> </div> <div class="refsect1"> -<a name="id2950714"></a><h2>Models</h2> -<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><span class="simplelist"><span class="type">std::plus<int></span></span></li></ul></div> +<a name="idp393670896"></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<int></span></span></li></ul></div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> |