Member predicate ClassTemplateSpecialization::getPrimaryTemplate
Gets the primary template for the specialization, for example on
S<T,int>
, the result is S<T,U>
.
Gets the primary template for the specialization, for example on
S<T,int>
, the result is S<T,U>
.