std::experimental::atomic_shared_ptr::operator shared_ptr<T>
Load the value stored in *this.
*this
operator shared_ptr<T>() const noexcept;
this->load(std::memory_order_seq_cst).
this->load(std::memory_order_seq_cst)
Nothing.
#include <experimental/atomic>
std::experimental::atomic_shared_ptr
load
std::memory_order
Design and Content © Copyright 2008-2024 Just Software Solutions Ltd. All Rights Reserved. | Privacy Policy