std::atomic_ref<T>::operator value_type - cppreference.com

From cppreference.com

operatorvalue_type()constnoexcept;(constexpr since C++26)Equivalent to returnload();.

Return value

As described above.

See also

atomically obtains the value of the referenced object
(public member function)

[edit]