<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
</blockquote>
<br></div></div>
I thought the array T[] traits could hold any _type_ the template Trait is instantiated into. </blockquote><div><br></div><div>Different instantiations of a template could become totally unrelated types (heck, even things that are *not* types: function definitions, values, code blocks, ...). So there is now way for an array could hold them all, in general.</div>
<div><br></div><div>At their core, templates are just parameterized code blocks, that become whatever strikes your fancy.</div><div><br></div><div><br></div></div></div></div>