Imported Upstream version 1.57.0
[platform/upstream/boost.git] / doc / html / boost / heap / heap_merge.html
index 9470311..e2fcbff 100644 (file)
@@ -3,7 +3,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.78.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">
@@ -35,7 +35,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="id1616866"></a><h2>Description</h2>
+<a name="idp216379280"></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>