How can I use function pointer vector in child class with typedef-ed function pointer type from parent class in c++?

前端 未结 0 1458
猫巷女王i
猫巷女王i 2021-01-04 05:23

There are four classes.
Base, Derived1, Derived2, BaseUser.
Derived1 and Derived2 inherits Base class.
The final purpose is using functions of Derived1 and

相关标签:
回答
  • 消灭零回复
提交回复
热议问题