How do you call a base template class function from a derived template class?
so i have this dervied class setup and i want to call a base function from the derived class. So i used this statement attached. But i get an error saying I can't use it without template arguments. What arguements do i need to give for collection? do i put in T,100 in collection?
3 Replies