<?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[Nach value durchsuchbare Map]]></title><description><![CDATA[<p>Gibt es eine Map, die man schnell nach Key und Value durchsuchen kann? Also sowas wie zwei multimaps die jeweils Key und Value bzw. Value und Key enthalten, aber das in einer Map.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/295574/nach-value-durchsuchbare-map</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 09:43:33 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/295574.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 16 Nov 2011 19:20:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Nach value durchsuchbare Map on Wed, 16 Nov 2011 19:20:52 GMT]]></title><description><![CDATA[<p>Gibt es eine Map, die man schnell nach Key und Value durchsuchen kann? Also sowas wie zwei multimaps die jeweils Key und Value bzw. Value und Key enthalten, aber das in einer Map.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2145364</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2145364</guid><dc:creator><![CDATA[altername]]></dc:creator><pubDate>Wed, 16 Nov 2011 19:20:52 GMT</pubDate></item><item><title><![CDATA[Reply to Nach value durchsuchbare Map on Wed, 16 Nov 2011 19:22:22 GMT]]></title><description><![CDATA[<p>Suchst du eine Bimap? <a href="http://www.boost.org/doc/libs/1_47_0/libs/bimap/doc/html/index.html" rel="nofollow">http://www.boost.org/doc/libs/1_47_0/libs/bimap/doc/html/index.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2145365</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2145365</guid><dc:creator><![CDATA[314159265358979]]></dc:creator><pubDate>Wed, 16 Nov 2011 19:22:22 GMT</pubDate></item><item><title><![CDATA[Reply to Nach value durchsuchbare Map on Wed, 16 Nov 2011 19:23:02 GMT]]></title><description><![CDATA[<p>boost::bimap.<br />
Ansonsten könnte man evtl. zwei Maps mit Pointern auf die Elemente machen.</p>
<p>EDIT: Zu langsam.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2145366</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2145366</guid><dc:creator><![CDATA[wxSkip]]></dc:creator><pubDate>Wed, 16 Nov 2011 19:23:02 GMT</pubDate></item><item><title><![CDATA[Reply to Nach value durchsuchbare Map on Wed, 16 Nov 2011 19:37:25 GMT]]></title><description><![CDATA[<p>Ja sieht gut aus. Mehrere gleiche Keys oder Values sollten mit boost::bimaps::multiset_of gehen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2145370</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2145370</guid><dc:creator><![CDATA[altername]]></dc:creator><pubDate>Wed, 16 Nov 2011 19:37:25 GMT</pubDate></item></channel></rss>