std::experimental::atomic_weak_ptr<T>::is_lock_free
Min standard notice:
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.