Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / histogram / doc / html / boost / histogram / algorithm / sum.html
index 2230619..8dec39f 100644 (file)
@@ -34,7 +34,7 @@
 </span>
 <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> A<span class="special">,</span> <span class="keyword">typename</span> S<span class="special">&gt;</span> <span class="keyword">auto</span> <span class="identifier">sum</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="../histogram.html" title="Class template histogram">histogram</a><span class="special">&lt;</span> <span class="identifier">A</span><span class="special">,</span> <span class="identifier">S</span> <span class="special">&gt;</span> <span class="special">&amp;</span> h<span class="special">)</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idm45952482612000"></a><h2>Description</h2>
+<a name="idm45212148846944"></a><h2>Description</h2>
 <p>If the value type of the histogram is an integral or floating point type, boost::accumulators::sum&lt;double&gt; is used to compute the sum, else the original value type is used. Compilation fails, if the value type does not support operator+=.</p>
 <p>Return type is double if the value type of the histogram is integral or floating point, and the original value type otherwise. </p>
 </div>