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.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/boost/units/power_typeof_helper.html b/doc/html/boost/units/power_typeof_helper.html
index e3e907e394..82b7ec0877 100644
--- a/doc/html/boost/units/power_typeof_helper.html
+++ b/doc/html/boost/units/power_typeof_helper.html
@@ -37,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#idm46563159107520-bb">public static functions</a></span>
- <span class="keyword">static</span> <span class="identifier">type</span> <a class="link" href="power_typeof_helper.html#idm46563159106960-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#idp996301504-bb">public static functions</a></span>
+ <span class="keyword">static</span> <span class="identifier">type</span> <a class="link" href="power_typeof_helper.html#idp996302064-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="idm45927720441232"></a><h2>Description</h2>
+<a name="idp674417488"></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="idm45927720437504"></a><h3>
-<a name="idm46563159107520-bb"></a><code class="computeroutput">power_typeof_helper</code> public static functions</h3>
+<a name="idp674421216"></a><h3>
+<a name="idp996301504-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="idm46563159106960-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="idp996302064-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>