std::experimental::atomic_shared_ptr
Store a new value in *this.
*this
shared_ptr<T> operator=(shared_ptr<T> p) noexcept;
this->store(p,std::memory_order_seq_cst).
this->store(p,std::memory_order_seq_cst)
p.
p
Nothing.
#include <experimental/atomic>
store
std::memory_order
Design and Content © Copyright 2008-2024 Just Software Solutions Ltd. All Rights Reserved. | Privacy Policy