How to extract the arguments of a function pointer as type parameter pack?

前端 未结 0 1206
孤独总比滥情好
孤独总比滥情好 2021-02-19 02:43

I would like to support calls like this

class BaseClass {
public:
  virtual void print2(float arg1, float arg2) = 0;
};

int main() {
  invoke(subclass, &Base         


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