✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Для первинного шаблону
template <class T, class U>
class S
{ ... };
Вказати вид спеціалізації для спеціалізованої версії:
template<class T, class U>
class C<T*, U*>
{ ... };