2022年1月7日
摘要: What exactly is std::atomic? Is a = a + 12 the entire operation, add_twelve_to(int) atomic? Or are changes made to the variable atomic, operator=() ? 阅读全文
posted @ 2022-01-07 09:04 华容道专家 阅读(61) 评论(0) 推荐(0)