Hi everyone,
I've been using templates for a while, but I'm not at full power yet
(knowledge=powe r) ;). Does anyone know where I can get information on
this 'new' template usage?
template<a (b, c, d)>
Does one define it like:
template<typena me A (typename B, typename C, typename D)>
{templated class/function definition here}
What is its use?
I also think that I've heard that ellipsis can also be used in the
template list. Is this true? If so, how is it used, and for what
purpose?
Thanks all,
Adrian
I've been using templates for a while, but I'm not at full power yet
(knowledge=powe r) ;). Does anyone know where I can get information on
this 'new' template usage?
template<a (b, c, d)>
Does one define it like:
template<typena me A (typename B, typename C, typename D)>
{templated class/function definition here}
What is its use?
I also think that I've heard that ellipsis can also be used in the
template list. Is this true? If so, how is it used, and for what
purpose?
Thanks all,
Adrian
Comment