Supposed I have a base class with a templated member function:
class Base { public: template void Loop(T* input) { InnerLoop(input);