std::experimental::atomic_shared_ptr<T>::is_lock_free

Checks whether the atomic operations on all objects of this type are lock-free.

# Declarations

bool is_lock_free() const noexcept;

# Return value

true if the atomic operations on the objects of this type are lock-free, false otherwise.

# See also