Calling and initializing static member function of class

后端 未结 0 1693
野的像风
野的像风 2021-01-29 05:34

I have the following code:

#include 
#include 
#include 

class A {
public:
 int f();
 int (A::*x)();
};

int A::         


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