summaryrefslogtreecommitdiff
path: root/doc/html/boost/heap/heap_merge.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/heap/heap_merge.html')
-rw-r--r--doc/html/boost/heap/heap_merge.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost/heap/heap_merge.html b/doc/html/boost/heap/heap_merge.html
index 0e49fbee96..264c7aa5be 100644
--- a/doc/html/boost/heap/heap_merge.html
+++ b/doc/html/boost/heap/heap_merge.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template heap_merge</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="../../heap/reference.html#header.boost.heap.heap_merge_hpp" title="Header &lt;boost/heap/heap_merge.hpp&gt;">
<link rel="prev" href="MutablePriorityQueue.html" title="Struct template MutablePriorityQueue">
@@ -36,7 +36,7 @@
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Heap1<span class="special">,</span> <span class="keyword">typename</span> Heap2<span class="special">&gt;</span>
<span class="keyword">void</span> <span class="identifier">heap_merge</span><span class="special">(</span><span class="identifier">Heap1</span> <span class="special">&amp;</span> lhs<span class="special">,</span> <span class="identifier">Heap2</span> <span class="special">&amp;</span> rhs<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp144077056"></a><h2>Description</h2>
+<a name="idm45928042178592"></a><h2>Description</h2>
<p>merge rhs into lhs</p>
<p><span class="bold"><strong>Effect:</strong></span> lhs contains all elements that have been part of rhs, rhs is empty. </p>
</div>