std::experimental::atomic_shared_ptr<T>::operator shared_ptr<T>

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

# Declarations

operator shared_ptr<T>() const noexcept;

# Return value

The current value of the atomic_shared_ptr.

# See also