Storing a function reference with variable arguments in a data member in C++

后端 未结 0 974
情深已故
情深已故 2020-12-05 10:32

I want to store a function reference with a variable number of arguments in a class data member and call it later as follows:

auto my_action = new ExecuteActi         


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