It appears that the following is not considered a class:
template<typena me T>
class C { };
?
So officially is this considered: a class, a template, a class template, or
a template class? I always thought of it as a parameterized class. What
would the rationale be for not considering it as just a 'class'?
--
Christopher Diggins
Object Oriented Template Library (OOTL)
template<typena me T>
class C { };
?
So officially is this considered: a class, a template, a class template, or
a template class? I always thought of it as a parameterized class. What
would the rationale be for not considering it as just a 'class'?
--
Christopher Diggins
Object Oriented Template Library (OOTL)
Comment