C++ How to Assign function pointer to parent class

前端 未结 0 1739
遥遥无期
遥遥无期 2021-01-02 03:35

So I have the following:

class AuthSession : public Session {
public:
    AuthSession() = default;
    ~AuthSession();
    void Test(std::vector

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