标签: c++ c++11
我想知道shared_ptr的成员函数,weak_ptr是否是线程安全的?
shared_ptr
weak_ptr
例如:
weak_ptr::expired是原子操作吗?
weak_ptr::expired
shared_ptr<CAT> spc = aother_shared_ptr_obj;是原子操作吗?
shared_ptr<CAT> spc = aother_shared_ptr_obj;
感谢。