The template template specification looks like this:
template < template < class > class T > struct MyTemplate { };
How do I create a general (or partial) specialization for this template? Is it possible?
c ++ generic-programming templates
scooterman
source share