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 e245c1f127..b939369bed 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#idp774823472-bb">public static functions</a></span>
- <span class="keyword">static</span> <span class="identifier">type</span> <a class="link" href="power_typeof_helper.html#idp774824032-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#id-1_3_44_10_2_34_3_1_7_4-bb">public static functions</a></span>
+ <span class="keyword">static</span> <span class="identifier">type</span> <a class="link" href="power_typeof_helper.html#id-1_3_44_10_2_34_3_1_7_4_1-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="idp586609232"></a><h2>Description</h2>
+<a name="id-1.3.44.10.2.34.11.4"></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="idp586612960"></a><h3>
-<a name="idp774823472-bb"></a><code class="computeroutput">power_typeof_helper</code> public static functions</h3>
+<a name="id-1.3.44.10.2.34.11.4.3"></a><h3>
+<a name="id-1_3_44_10_2_34_3_1_7_4-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="idp774824032-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="id-1_3_44_10_2_34_3_1_7_4_1-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>