summaryrefslogtreecommitdiff
path: root/doc/html/boost/units/power_typeof_helper.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/units/power_typeof_helper.html')
-rw-r--r--doc/html/boost/units/power_typeof_helper.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/html/boost/units/power_typeof_helper.html b/doc/html/boost/units/power_typeof_helper.html
index c98214e68e..1e3562f7f4 100644
--- a/doc/html/boost/units/power_typeof_helper.html
+++ b/doc/html/boost/units/power_typeof_helper.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@@ -36,17 +37,17 @@
<span class="comment">// types</span>
<span class="keyword">typedef</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <a name="boost.units.power_typeof_helper.type"></a><span class="identifier">type</span><span class="special">;</span> <span class="comment">// specifies the result type </span>
- <span class="comment">// <a class="link" href="power_typeof_helper.html#idp342022368-bb">public static functions</a></span>
- <span class="keyword">static</span> <span class="identifier">type</span> <a class="link" href="power_typeof_helper.html#idp342022928-bb"><span class="identifier">value</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">BaseType</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span>
+ <span class="comment">// <a class="link" href="power_typeof_helper.html#idp347404336-bb">public static functions</a></span>
+ <span class="keyword">static</span> <span class="identifier">type</span> <a class="link" href="power_typeof_helper.html#idp347404896-bb"><span class="identifier">value</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">BaseType</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp493281008"></a><h2>Description</h2>
+<a name="idp499671360"></a><h2>Description</h2>
<p>A helper used by <code class="computeroutput">pow</code> to raise a runtime object to a compile time known exponent. This template is intended to be specialized. All specializations must conform to the interface shown here. <code class="computeroutput">Exponent</code> will be either the exponent passed to <code class="computeroutput">pow</code> or <code class="computeroutput">static_rational&lt;N&gt;</code> for and integer argument, N. </p>
<div class="refsect2">
-<a name="idp493284736"></a><h3>
-<a name="idp342022368-bb"></a><code class="computeroutput">power_typeof_helper</code> public static functions</h3>
+<a name="idp499675088"></a><h3>
+<a name="idp347404336-bb"></a><code class="computeroutput">power_typeof_helper</code> public static functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
-<pre class="literallayout"><span class="keyword">static</span> <span class="identifier">type</span> <a name="idp342022928-bb"></a><span class="identifier">value</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">BaseType</span> <span class="special">&amp;</span> base<span class="special">)</span><span class="special">;</span></pre>Carries out the runtime calculation. </li></ol></div>
+<pre class="literallayout"><span class="keyword">static</span> <span class="identifier">type</span> <a name="idp347404896-bb"></a><span class="identifier">value</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">BaseType</span> <span class="special">&amp;</span> base<span class="special">)</span><span class="special">;</span></pre>Carries out the runtime calculation. </li></ol></div>
</div>
</div>
</div>