<?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[template mit elipse]]></title><description><![CDATA[<p>hi<br />
wie kann ich eigendlich ein template mit unbegrenzten parametern erstellen?</p>
<p>habe das in der boostdokumentation gesehen</p>
<pre><code class="language-cpp">template &lt;class F,class A1,class A2,...&gt;
    thread(F f,A1 a1,A2 a2,...);
</code></pre>
<p><a href="http://www.boost.org/doc/libs/1_45_0/doc/html/thread/thread_management.html#thread.thread_management.thread" rel="nofollow">http://www.boost.org/doc/libs/1_45_0/doc/html/thread/thread_management.html#thread.thread_management.thread</a></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/279292/template-mit-elipse</link><generator>RSS for Node</generator><lastBuildDate>Mon, 24 Aug 2026 16:23:28 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/279292.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 Dec 2010 20:24:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to template mit elipse on Wed, 22 Dec 2010 20:24:57 GMT]]></title><description><![CDATA[<p>hi<br />
wie kann ich eigendlich ein template mit unbegrenzten parametern erstellen?</p>
<p>habe das in der boostdokumentation gesehen</p>
<pre><code class="language-cpp">template &lt;class F,class A1,class A2,...&gt;
    thread(F f,A1 a1,A2 a2,...);
</code></pre>
<p><a href="http://www.boost.org/doc/libs/1_45_0/doc/html/thread/thread_management.html#thread.thread_management.thread" rel="nofollow">http://www.boost.org/doc/libs/1_45_0/doc/html/thread/thread_management.html#thread.thread_management.thread</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1998077</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1998077</guid><dc:creator><![CDATA[blub1234567890]]></dc:creator><pubDate>Wed, 22 Dec 2010 20:24:57 GMT</pubDate></item><item><title><![CDATA[Reply to template mit elipse on Wed, 22 Dec 2010 20:37:05 GMT]]></title><description><![CDATA[<p>Indem dein Compiler schon &quot;variadic templates&quot; aus C++0x unterstützt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1998087</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1998087</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Wed, 22 Dec 2010 20:37:05 GMT</pubDate></item><item><title><![CDATA[Reply to template mit elipse on Wed, 22 Dec 2010 20:38:43 GMT]]></title><description><![CDATA[<p>danke<br />
und wie finde ich das raus?<br />
und wo finde ich eine erklärung dazu?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1998089</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1998089</guid><dc:creator><![CDATA[blub1234567890]]></dc:creator><pubDate>Wed, 22 Dec 2010 20:38:43 GMT</pubDate></item><item><title><![CDATA[Reply to template mit elipse on Wed, 22 Dec 2010 20:40:06 GMT]]></title><description><![CDATA[<p>Mit deiner favorisierten Suchmaschine!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1998091</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1998091</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Wed, 22 Dec 2010 20:40:06 GMT</pubDate></item><item><title><![CDATA[Reply to template mit elipse on Thu, 23 Dec 2010 00:52:48 GMT]]></title><description><![CDATA[<p>Hier gibt es eine mehr oder weniger aktuelle Übersicht über die unterstützten C++0x Features bei den Kompilern:<br />
<a href="http://wiki.apache.org/stdcxx/C++0xCompilerSupport" rel="nofollow">http://wiki.apache.org/stdcxx/C++0xCompilerSupport</a></p>
<p>Die besten Informationen bekommst du natürlich in der Dokumentation zu deinem Kompiler, welchen wir aber nicht kennen, da man uns die Kristallkugeln gestohlen hat.</p>
<p>Erklärungen zu Variadic Templates gibt es ziemlich viele im Netz. Einfach einmal danach suchen. Ich hoffe allerdings, dass dir schon bewusst ist, dass C++0x nur ein zukünftiger Standard ist. Variadic Templates sind nicht Teil des aktuellen Standards.</p>
<p>Grüssli</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1998145</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1998145</guid><dc:creator><![CDATA[Dravere]]></dc:creator><pubDate>Thu, 23 Dec 2010 00:52:48 GMT</pubDate></item></channel></rss>