std::shared_ptr Thread Safe

后端 未结 0 1845
旧时难觅i
旧时难觅i 2021-01-06 01:27

Is a shared pointer (std::shared_ptr) safe to use in a multi-threaded program?
I am not considering read/write accesses to the data owned by the shared pointer but rat

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