I have some class C and want to pass address of its instance and method to some functor in a test function Test_C_Foo1(). Functor is a template class
C
Test_C_Foo1()
It's good. It's legal and localized.