// member template function template T& Foo(int i) const { //... }
I want to to call Foo with a pointer to a type. Like: