std::experimental::atomic_weak_ptr<T>::operator weak_ptr<T>

Atomically loads and returns the current value of the atomic_weak_ptr. Equivalent to load().

# Declarations

operator weak_ptr<T>() const noexcept;

# Return value

The current value of the atomic_weak_ptr.

# See also