Is it possible for std::function to contain multiple methods?

后端 未结 0 545
既然无缘
既然无缘 2021-02-03 18:30
#include 
#include 

class Foo {
    private:
        std::function func;

    public:
        void call_func (?) {
                   


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