summaryrefslogtreecommitdiff
path: root/doc/html/boost/numeric/functional/promote_base.html
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
committerChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
commit08c1e93fa36a49f49325a07fe91ff92c964c2b6c (patch)
tree7a7053ceb8874b28ec4b868d4c49b500008a102e /doc/html/boost/numeric/functional/promote_base.html
parentbb4dd8289b351fae6b55e303f189127a394a1edd (diff)
downloadboost-upstream/1.57.0.tar.gz
boost-upstream/1.57.0.tar.bz2
boost-upstream/1.57.0.zip
Imported Upstream version 1.57.0upstream/1.57.0
Diffstat (limited to 'doc/html/boost/numeric/functional/promote_base.html')
-rw-r--r--doc/html/boost/numeric/functional/promote_base.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/boost/numeric/functional/promote_base.html b/doc/html/boost/numeric/functional/promote_base.html
index c8db1ed854..76068467e5 100644
--- a/doc/html/boost/numeric/functional/promote_base.html
+++ b/doc/html/boost/numeric/functional/promote_base.html
@@ -3,11 +3,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template promote_base</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="../../../accumulators/reference.html#header.boost.accumulators.numeric.functional_hpp" title="Header &lt;boost/accumulators/numeric/functional.hpp&gt;">
-<link rel="prev" href="average_base_Left_id580568.html" title="Struct template average_base&lt;Left, Right, typename enable_if&lt; are_integral&lt; Left, Right &gt; &gt;::type&gt;">
-<link rel="next" href="promote_base_ToFr_id580640.html" title="Struct template promote_base&lt;ToFrom, ToFrom, void&gt;">
+<link rel="prev" href="fdiv_base_Left_idp68068784.html" title="Struct template fdiv_base&lt;Left, Right, typename enable_if&lt; are_integral&lt; Left, Right &gt; &gt;::type&gt;">
+<link rel="next" href="promote_base_T_idp68077968.html" title="Struct template promote_base&lt;ToFrom, ToFrom, void&gt;">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="average_base_Left_id580568.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.numeric.functional_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="promote_base_ToFr_id580640.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="fdiv_base_Left_idp68068784.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.numeric.functional_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="promote_base_T_idp68077968.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.numeric.functional.promote_base"></a><div class="titlepage"></div>
@@ -34,15 +34,15 @@
</span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> To<span class="special">,</span> <span class="keyword">typename</span> From<span class="special">,</span> <span class="keyword">typename</span> EnableIf<span class="special">&gt;</span>
<span class="keyword">struct</span> <a class="link" href="promote_base.html" title="Struct template promote_base">promote_base</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">unary_function</span><span class="special">&lt;</span> <span class="identifier">From</span><span class="special">,</span> <span class="identifier">To</span> <span class="special">&gt;</span> <span class="special">{</span>
- <span class="comment">// <a class="link" href="promote_base.html#id580623-bb">public member functions</a></span>
- <span class="identifier">To</span> <a class="link" href="promote_base.html#id580626-bb"><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span></a><span class="special">(</span><span class="identifier">From</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
+ <span class="comment">// <a class="link" href="promote_base.html#idp68075440-bb">public member functions</a></span>
+ <span class="identifier">To</span> <a class="link" href="promote_base.html#idp68076000-bb"><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span></a><span class="special">(</span><span class="identifier">From</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id1009282"></a><h2>Description</h2>
+<a name="idp116568544"></a><h2>Description</h2>
<div class="refsect2">
-<a name="id1009286"></a><h3>
-<a name="id580623-bb"></a><code class="computeroutput">promote_base</code> public member functions</h3>
-<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="identifier">To</span> <a name="id580626-bb"></a><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span><span class="special">(</span><span class="identifier">From</span> <span class="special">&amp;</span> from<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li></ol></div>
+<a name="idp116568960"></a><h3>
+<a name="idp68075440-bb"></a><code class="computeroutput">promote_base</code> public member functions</h3>
+<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="identifier">To</span> <a name="idp68076000-bb"></a><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span><span class="special">(</span><span class="identifier">From</span> <span class="special">&amp;</span> from<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li></ol></div>
</div>
</div>
</div>
@@ -56,7 +56,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="average_base_Left_id580568.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.numeric.functional_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="promote_base_ToFr_id580640.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="fdiv_base_Left_idp68068784.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.numeric.functional_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="promote_base_T_idp68077968.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>