std::atomic_ref<T>::is_always_lock_free

Equals true if the operations on this atomic_ref type is always lock-free and false if it is never or sometimes lock-free.

# Declarations

static constexpr bool is_always_lock_free = /*implementation-defined*/;

(since C++20)

# See also