Am I allowed to access the element of a std::unordered_map concurrently?

后端 未结 0 1665
有刺的猬
有刺的猬 2020-12-10 17:34

I know that I may not access operator[] on an std::unordered_map concurrently from multiple threads.

However, suppose I surround the o

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