<?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[operator&amp;gt;&amp;gt; und std::string]]></title><description><![CDATA[<p>Salve,</p>
<p>ich habe mir hier:<br />
<a href="http://www.cplusplus.com/reference/iostream/istream/operator%3E%3E/" rel="nofollow">http://www.cplusplus.com/reference/iostream/istream/operator&gt;&gt;/</a><br />
mal die zur Verfügung stehenden Überladungen angesehen und mich gewundert, dass es keine für std::string gibt, gleichwohl kann ich einen solchen als Parameter angeben. Wie funktioniert das?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/297435/operator-gt-gt-und-std-string</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 11:02:41 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/297435.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Dec 2011 15:10:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to operator&amp;gt;&amp;gt; und std::string on Wed, 28 Dec 2011 15:10:14 GMT]]></title><description><![CDATA[<p>Salve,</p>
<p>ich habe mir hier:<br />
<a href="http://www.cplusplus.com/reference/iostream/istream/operator%3E%3E/" rel="nofollow">http://www.cplusplus.com/reference/iostream/istream/operator&gt;&gt;/</a><br />
mal die zur Verfügung stehenden Überladungen angesehen und mich gewundert, dass es keine für std::string gibt, gleichwohl kann ich einen solchen als Parameter angeben. Wie funktioniert das?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2161540</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2161540</guid><dc:creator><![CDATA[Belli]]></dc:creator><pubDate>Wed, 28 Dec 2011 15:10:14 GMT</pubDate></item><item><title><![CDATA[Reply to operator&amp;gt;&amp;gt; und std::string on Wed, 28 Dec 2011 15:15:16 GMT]]></title><description><![CDATA[<p>Doch gibt es, nur nicht da, wo du suchst. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p><a href="http://www.cplusplus.com/reference/string/operator%3E%3E/" rel="nofollow">http://www.cplusplus.com/reference/string/operator&gt;&gt;/</a></p>
<p>Du kannst den Operator ja auch selbst überladen für deine Objekte.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2161541</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2161541</guid><dc:creator><![CDATA[drakon]]></dc:creator><pubDate>Wed, 28 Dec 2011 15:15:16 GMT</pubDate></item><item><title><![CDATA[Reply to operator&amp;gt;&amp;gt; und std::string on Wed, 28 Dec 2011 15:17:36 GMT]]></title><description><![CDATA[<p>wenn du dir selbst klassen schreibst die die stream ein- und ausgabe unterstützen sollen, schreibst du dir ja auch einen speziellen &gt;&gt; operator. der steht deshalb ja nicht in iostream oder so</p>
<p>und genau so ists mit std::string</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2161543</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2161543</guid><dc:creator><![CDATA[Skym0sh0]]></dc:creator><pubDate>Wed, 28 Dec 2011 15:17:36 GMT</pubDate></item><item><title><![CDATA[Reply to operator&amp;gt;&amp;gt; und std::string on Wed, 28 Dec 2011 17:24:48 GMT]]></title><description><![CDATA[<p>Danke schön.<br />
Ich hab halt gedacht, da std::string Bestandteil der STL ist, müsste/könnte es dort stehen, wo ich gesucht habe, dass ich da keine Überladungen für meine eigenen Klassen finde, ist schon klar.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2161572</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2161572</guid><dc:creator><![CDATA[Belli]]></dc:creator><pubDate>Wed, 28 Dec 2011 17:24:48 GMT</pubDate></item></channel></rss>