How to store derived classes of interface in a class getting out concrete type

前端 未结 0 502
旧时难觅i
旧时难觅i 2020-11-30 16:30

I have the following code:

class VPersistence {
public:
static VPersistence& get_instance() { return instance; }

// prohibit copy & move
VPersistence         


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