summaryrefslogtreecommitdiff
path: root/doc/html/boost/heap/MutablePriorityQueue.html
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
committerChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
commit08c1e93fa36a49f49325a07fe91ff92c964c2b6c (patch)
tree7a7053ceb8874b28ec4b868d4c49b500008a102e /doc/html/boost/heap/MutablePriorityQueue.html
parentbb4dd8289b351fae6b55e303f189127a394a1edd (diff)
downloadboost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.gz
boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.bz2
boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.zip
Imported Upstream version 1.57.0upstream/1.57.0
Diffstat (limited to 'doc/html/boost/heap/MutablePriorityQueue.html')
-rw-r--r--doc/html/boost/heap/MutablePriorityQueue.html20
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/html/boost/heap/MutablePriorityQueue.html b/doc/html/boost/heap/MutablePriorityQueue.html
index b5e6fa9f3f..a004f92c9e 100644
--- a/doc/html/boost/heap/MutablePriorityQueue.html
+++ b/doc/html/boost/heap/MutablePriorityQueue.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template MutablePriorityQueue</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_concepts_hpp" title="Header &lt;boost/heap/heap_concepts.hpp&gt;">
<link rel="prev" href="MergablePriorityQueue.html" title="Struct template MergablePriorityQueue">
@@ -42,21 +42,23 @@
<span class="keyword">typedef</span> <span class="identifier">C</span><span class="special">::</span><span class="identifier">value_type</span> <a name="boost.heap.MutablePriorityQueue.value_type"></a><span class="identifier">value_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">C</span><span class="special">::</span><span class="identifier">const_reference</span> <a name="boost.heap.MutablePriorityQueue.const_reference"></a><span class="identifier">const_reference</span><span class="special">;</span>
- <span class="comment">// <a class="link" href="MutablePriorityQueue.html#id660944-bb">public member functions</a></span>
- <a class="link" href="MutablePriorityQueue.html#id660948-bb"><span class="identifier">BOOST_CONCEPT_USAGE</span></a><span class="special">(</span><span class="identifier">MutablePriorityQueue</span><span class="special">)</span><span class="special">;</span>
- <a class="link" href="MutablePriorityQueue.html#id435832-bb"><span class="identifier">BOOST_CONCEPT_USAGE</span></a><span class="special">(</span><span class="identifier">PriorityQueue</span><span class="special">)</span><span class="special">;</span>
+ <span class="comment">// <a class="link" href="MutablePriorityQueue.html#idp45758976-bb">public member functions</a></span>
+ <a class="link" href="MutablePriorityQueue.html#idp45759536-bb"><span class="identifier">BOOST_CONCEPT_USAGE</span></a><span class="special">(</span><span class="identifier">MutablePriorityQueue</span><span class="special">)</span><span class="special">;</span>
+ <a class="link" href="MutablePriorityQueue.html#idp45760912-bb"><span class="identifier">BOOST_CONCEPT_USAGE</span></a><span class="special">(</span><span class="identifier">PriorityQueue</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// public data members</span>
<span class="identifier">C</span> <span class="identifier">c</span><span class="special">;</span>
+ <span class="keyword">bool</span> <span class="identifier">equal</span><span class="special">;</span>
+ <span class="keyword">bool</span> <span class="identifier">not_equal</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id1616508"></a><h2>Description</h2>
+<a name="idp216335344"></a><h2>Description</h2>
<div class="refsect2">
-<a name="id1616512"></a><h3>
-<a name="id660944-bb"></a><code class="computeroutput">MutablePriorityQueue</code> public member functions</h3>
+<a name="idp216335760"></a><h3>
+<a name="idp45758976-bb"></a><code class="computeroutput">MutablePriorityQueue</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
-<li class="listitem"><pre class="literallayout"> <a name="id660948-bb"></a><span class="identifier">BOOST_CONCEPT_USAGE</span><span class="special">(</span><span class="identifier">MutablePriorityQueue</span><span class="special">)</span><span class="special">;</span></pre></li>
-<li class="listitem"><pre class="literallayout"> <a name="id435832-bb"></a><span class="identifier">BOOST_CONCEPT_USAGE</span><span class="special">(</span><span class="identifier">PriorityQueue</span><span class="special">)</span><span class="special">;</span></pre></li>
+<li class="listitem"><pre class="literallayout"> <a name="idp45759536-bb"></a><span class="identifier">BOOST_CONCEPT_USAGE</span><span class="special">(</span><span class="identifier">MutablePriorityQueue</span><span class="special">)</span><span class="special">;</span></pre></li>
+<li class="listitem"><pre class="literallayout"> <a name="idp45760912-bb"></a><span class="identifier">BOOST_CONCEPT_USAGE</span><span class="special">(</span><span class="identifier">PriorityQueue</span><span class="special">)</span><span class="special">;</span></pre></li>
</ol></div>
</div>
</div>