Why call copy constuctor 3 times with std::thread?

前端 未结 0 1891
庸人自扰
庸人自扰 2020-11-27 18:18

My code is here, i can\'t get why there are 3 times call of copy constructor...

struct Person
{
    std::string name;
         


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