<?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[templates ohne parameter?]]></title><description><![CDATA[<p>hi,<br />
ist sowas okay?</p>
<pre><code class="language-cpp">template &lt;class T&gt;
void test()
{
    T obj;
    //mit werten füllen
    [...]
    // operator &lt;&lt; ist überladen
    cout &lt;&lt; obj &lt;&lt; endl;
}
aufruf

test&lt;MeineKlasse&gt;();
</code></pre>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/124366/templates-ohne-parameter</link><generator>RSS for Node</generator><lastBuildDate>Sun, 23 Aug 2026 21:58:57 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/124366.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 26 Oct 2005 19:31:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to templates ohne parameter? on Wed, 26 Oct 2005 19:31:05 GMT]]></title><description><![CDATA[<p>hi,<br />
ist sowas okay?</p>
<pre><code class="language-cpp">template &lt;class T&gt;
void test()
{
    T obj;
    //mit werten füllen
    [...]
    // operator &lt;&lt; ist überladen
    cout &lt;&lt; obj &lt;&lt; endl;
}
aufruf

test&lt;MeineKlasse&gt;();
</code></pre>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/901496</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/901496</guid><dc:creator><![CDATA[repus]]></dc:creator><pubDate>Wed, 26 Oct 2005 19:31:05 GMT</pubDate></item><item><title><![CDATA[Reply to templates ohne parameter? on Wed, 26 Oct 2005 19:32:09 GMT]]></title><description><![CDATA[<p>ja</p>
]]></description><link>https://www.c-plusplus.net/forum/post/901498</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/901498</guid><dc:creator><![CDATA[CMatt]]></dc:creator><pubDate>Wed, 26 Oct 2005 19:32:09 GMT</pubDate></item></channel></rss>