move sematics in thread wrapper class with RAII in C++

前端 未结 0 1016
梦谈多话
梦谈多话 2020-12-03 12:23

I am trying to get a RAII wrapper class around std::thread to work in C++.

#include 
#include 
#include 

using st         


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