<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[boost::heap::d_ary_heap]]></title><description><![CDATA[<p>Hi,</p>
<p>wird ein handle_t invalid wenn ich neue elemente im heap einfuege? Die boost docu gibt hier dazu keine info.</p>
<pre><code>typedef typename boost::heap::d_ary_heap&lt;entry, boost::heap::arity&lt;2&gt;, boost::heap::mutable_&lt;true&gt;, boost::heap::compare&lt;Comparison&gt;&gt;::handle_type handle_t;  

typedef boost::heap::d_ary_heap&lt;entry, boost::heap::arity&lt;2&gt;, boost::heap::mutable_&lt;true&gt;, boost::heap::compare&lt;Comparison&gt;&gt; MyPriQue;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/325366/boost-heap-d_ary_heap</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 15:19:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/325366.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 Apr 2014 06:12:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to boost::heap::d_ary_heap on Mon, 28 Apr 2014 06:12:38 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>wird ein handle_t invalid wenn ich neue elemente im heap einfuege? Die boost docu gibt hier dazu keine info.</p>
<pre><code>typedef typename boost::heap::d_ary_heap&lt;entry, boost::heap::arity&lt;2&gt;, boost::heap::mutable_&lt;true&gt;, boost::heap::compare&lt;Comparison&gt;&gt;::handle_type handle_t;  

typedef boost::heap::d_ary_heap&lt;entry, boost::heap::arity&lt;2&gt;, boost::heap::mutable_&lt;true&gt;, boost::heap::compare&lt;Comparison&gt;&gt; MyPriQue;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2396606</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2396606</guid><dc:creator><![CDATA[booster]]></dc:creator><pubDate>Mon, 28 Apr 2014 06:12:38 GMT</pubDate></item><item><title><![CDATA[Reply to boost::heap::d_ary_heap on Mon, 28 Apr 2014 12:02:53 GMT]]></title><description><![CDATA[<p>booster schrieb:</p>
<blockquote>
<p>wird ein handle_t invalid wenn ich neue elemente im heap einfuege?</p>
</blockquote>
<p>Ich finde, das Beispiel (push) <a href="http://www.boost.org/doc/libs/1_55_0/doc/html/heap/concepts.html#heap.concepts.mutability" rel="nofollow">hier</a> verneint deine Frage klar.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2396637</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2396637</guid><dc:creator><![CDATA[Caligulaminus]]></dc:creator><pubDate>Mon, 28 Apr 2014 12:02:53 GMT</pubDate></item><item><title><![CDATA[Reply to boost::heap::d_ary_heap on Mon, 28 Apr 2014 14:08:21 GMT]]></title><description><![CDATA[<p>dh. der handle ist immer gueltig? warum kann gibt es nicht gleich ein non-const iteratoren?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2396658</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2396658</guid><dc:creator><![CDATA[booster]]></dc:creator><pubDate>Mon, 28 Apr 2014 14:08:21 GMT</pubDate></item></channel></rss>