cannot deduct class template argument

前端 未结 0 657
遥遥无期
遥遥无期 2021-01-22 15:41

I have some code here

template
struct foo
{
public:

    foo(const funcType& func) : m_func(func) {}
           


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