A template template specification is like this:
template < template < class > class T >
struct MyTemplate
{
};
How am I supposed to create a total (or partial) specialization for this template? Is this possible?
|
A template template specification is like this:
How am I supposed to create a total (or partial) specialization for this template? Is this possible?
| ||||
|
show 5 more comments
feedback
|
|
Like this:
| |||||
feedback
|
|
A specialization of this would, for example, be:
| |||
|
feedback
|
{with no question. I made the comment: "}; // where are you going with this?" to which @John replied. But it's fixed now. :) – GManNickG Aug 13 '10 at 16:54