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--[-rwxr-xr-x]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 b94cbda179..ca451bc7c6 100755..100644
--- a/doc/html/boost/units/power_typeof_helper.html
+++ b/doc/html/boost/units/power_typeof_helper.html
@@ -36,17 +36,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#id1741731-bb">public static functions</a></span>
- <span class="keyword">static</span> <a class="link" href="power_typeof_helper.html#boost.units.power_typeof_helper.type">type</a> <a class="link" href="power_typeof_helper.html#id1741734-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#id1805376-bb">public static functions</a></span>
+ <span class="keyword">static</span> <a class="link" href="power_typeof_helper.html#boost.units.power_typeof_helper.type">type</a> <a class="link" href="power_typeof_helper.html#id1805379-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="id3498198"></a><h2>Description</h2>
+<a name="id3595595"></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="id3498231"></a><h3>
-<a name="id1741731-bb"></a><code class="computeroutput">power_typeof_helper</code> public static functions</h3>
+<a name="id3595629"></a><h3>
+<a name="id1805376-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> <a class="link" href="power_typeof_helper.html#boost.units.power_typeof_helper.type">type</a> <a name="id1741734-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> <a class="link" href="power_typeof_helper.html#boost.units.power_typeof_helper.type">type</a> <a name="id1805379-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>