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.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/boost/heap/heap_merge.html b/doc/html/boost/heap/heap_merge.html
index e2fcbfffc3..ba6aa486b5 100644
--- a/doc/html/boost/heap/heap_merge.html
+++ b/doc/html/boost/heap/heap_merge.html
@@ -6,7 +6,7 @@
<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">
+<link rel="prev" href="PriorityQueue.html" title="Struct template PriorityQueue">
<link rel="next" href="pairing_heap.html" title="Class template pairing_heap">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="MutablePriorityQueue.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../heap/reference.html#header.boost.heap.heap_merge_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="pairing_heap.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="PriorityQueue.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../heap/reference.html#header.boost.heap.heap_merge_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="pairing_heap.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.heap.heap_merge"></a><div class="titlepage"></div>
@@ -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="idp216379280"></a><h2>Description</h2>
+<a name="idp209661824"></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>
@@ -50,7 +50,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="MutablePriorityQueue.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../heap/reference.html#header.boost.heap.heap_merge_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="pairing_heap.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="PriorityQueue.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../heap/reference.html#header.boost.heap.heap_merge_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="pairing_heap.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>