Template specialization with a templated type
I want to specialize a templated class with a templated type. Something like this..
why can’t a specialized constructor function of a template class with default template param have arguments?
here’s a template class with default template parameter: