<?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[Variable Vererbung ?]]></title><description><![CDATA[<p>Hallo Forum,<br />
ich habe mich gefragt ob ich die Klassen von der eine erbende Klasse abgeleitet werden soll mithilfe von variadic template festlegen kann. Wenn dies der Fall sein sollte, hat diese Art der Vererbung einen bestimmten Namen (?), sodass ich mehr im Internet dazu finden kann ?</p>
<p>Das ganze soll wie folgt aussehen:</p>
<pre><code>template &lt;typename... Ts&gt;
class Foo
	: public Ts...
{

};

template &lt;typename T&gt;
class Bar
{
public:

};

class FooBar
	: Foo&lt;Bar&lt;int&gt;, Bar&lt;float&gt;&gt;
{

};
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/340283/variable-vererbung</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 08:35:51 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/340283.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 29 Oct 2016 16:05:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Variable Vererbung ? on Sat, 29 Oct 2016 16:05:11 GMT]]></title><description><![CDATA[<p>Hallo Forum,<br />
ich habe mich gefragt ob ich die Klassen von der eine erbende Klasse abgeleitet werden soll mithilfe von variadic template festlegen kann. Wenn dies der Fall sein sollte, hat diese Art der Vererbung einen bestimmten Namen (?), sodass ich mehr im Internet dazu finden kann ?</p>
<p>Das ganze soll wie folgt aussehen:</p>
<pre><code>template &lt;typename... Ts&gt;
class Foo
	: public Ts...
{

};

template &lt;typename T&gt;
class Bar
{
public:

};

class FooBar
	: Foo&lt;Bar&lt;int&gt;, Bar&lt;float&gt;&gt;
{

};
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2513337</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2513337</guid><dc:creator><![CDATA[Yamahari]]></dc:creator><pubDate>Sat, 29 Oct 2016 16:05:11 GMT</pubDate></item><item><title><![CDATA[Reply to Variable Vererbung ? on Sat, 29 Oct 2016 16:35:15 GMT]]></title><description><![CDATA[<p>CRTP</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2513339</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2513339</guid><dc:creator><![CDATA[camper]]></dc:creator><pubDate>Sat, 29 Oct 2016 16:35:15 GMT</pubDate></item></channel></rss>