Matching of Class Template Partial Specializations

C++The compiler determines whether to use the primary template or one of its partial specializations by matching the template arguments of the class template specialization with the template argument lists of the primary template and the partial specializations:

Related References

IBM Copyright 2003