How can I inherit from std::future in C++?

后端 未结 0 1009
太阳男子
太阳男子 2020-12-14 15:28

I want to create a new Future class inherited from std::future and has some more members and methods. Something like:

template 
class Future         


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