标签: c++ c++11 lock-free
std :: atomic有1个成员函数,它依赖于对象(is_lock_free())而另一个成员函数依赖于静态constexpr(is_always_lock_free())。是否存在某些类,其对象有时是lock_free,有时不是?