yes, that is what I meant.
When you define a calss template, you need to specify the template type when us initialize the template.
You could get rid of the class template deceleration and have a non template class, which has only template functions, then you don't need to specify the template type on the class level.
Bookmarks