std::experimental::atomic_weak_ptr (3) - Linux Manuals
std::experimental::atomic_weak_ptr: std::experimental::atomic_weak_ptr
NAME
std::experimental::atomic_weak_ptr - std::experimental::atomic_weak_ptr
Synopsis
Defined in header <experimental/atomic>
template < class T > (concurrency TS)
class atomic_weak_ptr;
The class template atomic_weak_ptr provides thread-safe atomic pointer operations over a std::weak_ptr.
Member functions
constructor (public member function)
operator= (public member function)
is_lock_free (public member function)
store (public member function)
load (public member function)
operator_weak_ptr<T> (public member function)
exchange (public member function)
compare_exchange_weak (public member function)
compare_exchange_strong