Is typedef inside of a function body a bad programming practice?

前端 未结 2 1618
不思量自难忘°
不思量自难忘° 2021-02-06 22:12

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

2条回答
提交回复
热议问题