summaryrefslogtreecommitdiff
path: root/doc/html/boost_units/Quantities.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_units/Quantities.html')
-rw-r--r--doc/html/boost_units/Quantities.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/boost_units/Quantities.html b/doc/html/boost_units/Quantities.html
index 918dddf454..d1aa7eaca4 100644
--- a/doc/html/boost_units/Quantities.html
+++ b/doc/html/boost_units/Quantities.html
@@ -4,9 +4,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Quantities</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.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../boost_units.html" title="Chapter&#160;39.&#160;Boost.Units 1.1.0">
+<link rel="up" href="../boost_units.html" title="Chapter&#160;40.&#160;Boost.Units 1.1.0">
<link rel="prev" href="Units.html" title="Units">
<link rel="next" href="Examples.html" title="Examples">
</head>
@@ -27,7 +27,7 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="boost_units.Quantities"></a><a class="link" href="Quantities.html" title="Quantities">Quantities</a>
</h2></div></div></div>
-<div class="toc"><dl>
+<div class="toc"><dl class="toc">
<dt><span class="section"><a href="Quantities.html#boost_units.Quantities.Heterogeneous_Operators">Heterogeneous
Operators</a></span></dt>
<dt><span class="section"><a href="Quantities.html#boost_units.Quantities.Conversions">Conversions</a></span></dt>
@@ -58,8 +58,8 @@
Operators +, -, *, and / are provided for algebraic operations between scalars
and units, scalars and quantities, units and quantities, and between quantities.
In addition, integral and rational powers and roots can be computed using the
- <span class="underline"><code class="computeroutput"><a class="link" href="../boost/units/pow_idp362891424.html" title="Function template pow">pow</a></code></span>&lt;R&gt;
- and <span class="underline"><code class="computeroutput"><a class="link" href="../boost/units/root.html" title="Function template root">root</a></code></span>&lt;R&gt;
+ <span class="underline"><code class="computeroutput"><a class="link" href="../boost/units/pow_idm46563159932080.html" title="Function template pow">pow</a></code></span>&lt;R&gt;
+ and <span class="underline"><code class="computeroutput"><a class="link" href="Reference.html#boost.units.root_idm46563159084960">root</a></code></span>&lt;R&gt;
functions. Finally, the standard set of boolean comparison operators ( <code class="computeroutput"><span class="special">==,</span> <span class="special">!=,</span> <span class="special">&lt;,</span>
<span class="special">&lt;=,</span> <span class="special">&gt;,</span>
<span class="keyword">and</span> <span class="special">&gt;=</span></code>
@@ -82,7 +82,7 @@
the standard notation for <a href="http://en.wikipedia.org/wiki/Number" target="_top">number
systems</a>):
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<span class="inlinemediaobject"><img src="../../../libs/units/images/form_12.png" alt="form_12"></span>
</li>
@@ -172,9 +172,9 @@
This library is designed to emphasize safety above convenience when performing
operations with dimensioned quantities. Specifically, construction of quantities
is required to fully specify both value and unit. Direct construction from
- a scalar value is prohibited (though the static member function <span class="underline"><code class="computeroutput"><a class="link" href="../boost/units/quantity.html#idp363809216-bb">from_value</a></code></span>
+ a scalar value is prohibited (though the static member function <span class="underline"><code class="computeroutput"><a class="link" href="../boost/units/quantity.html#idm46563159019184-bb">from_value</a></code></span>
is provided to enable this functionality where it is necessary. In addition,
- a <span class="underline"><code class="computeroutput"><a class="link" href="Reference.html#boost.units.quantity_cast_idp363908016">quantity_cast</a></code></span>
+ a <span class="underline"><code class="computeroutput"><a class="link" href="Reference.html#boost.units.quantity_idm46563158920384">quantity_cast</a></code></span>
to a reference allows direct access to the underlying value of a <span class="underline"><code class="computeroutput"><a class="link" href="../boost/units/quantity.html" title="Class template quantity">quantity</a></code></span>
variable. An explicit constructor is provided to enable conversion between
dimensionally compatible quantities in different unit systems. Implicit conversions
@@ -194,7 +194,7 @@
<p>
To summarize, conversions are allowed under the following conditions :
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
implicit conversion of <code class="computeroutput"><span class="identifier">quantity</span><span class="special">&lt;</span><span class="identifier">Unit</span><span class="special">,</span><span class="identifier">Y</span><span class="special">&gt;</span></code> to <code class="computeroutput"><span class="identifier">quantity</span><span class="special">&lt;</span><span class="identifier">Unit</span><span class="special">,</span><span class="identifier">Z</span><span class="special">&gt;</span></code> is allowed if <code class="computeroutput"><span class="identifier">Y</span></code>
and <code class="computeroutput"><span class="identifier">Z</span></code> are implicitly
@@ -223,7 +223,7 @@
<li class="listitem">
<code class="computeroutput"><span class="identifier">quantity</span><span class="special">&lt;</span><span class="identifier">Unit</span><span class="special">,</span><span class="identifier">Y</span><span class="special">&gt;</span></code>
can be directly constructed from a value of type <code class="computeroutput"><span class="identifier">Y</span></code>
- using the static member function <span class="underline"><code class="computeroutput"><a class="link" href="../boost/units/quantity.html#idp363809216-bb">from_value</a></code></span>.
+ using the static member function <span class="underline"><code class="computeroutput"><a class="link" href="../boost/units/quantity.html#idm46563159019184-bb">from_value</a></code></span>.
Doing so, naturally, bypasses any type-checking of the newly assigned
value, so this method should be used only when absolutely necessary.
</li>