Aliased atomic operations

后端 未结 0 650
-上瘾入骨i
-上瘾入骨i 2021-02-20 12:44

Say that I have the following struct and union:

struct Foo
{
   std::atomic a;
   std::atomic b;
};
         


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