std::atomic_ref<T>::address

Obtains the stored pointer.

# Declarations

constexpr T* address() const noexcept;

(since C++26)

# Return value

ptr

# Notes

Feature-test macro Value Std Feature __cpp_lib_atomic_ref 202411L (C++26) std::atomic_ref::address()

# Example

This section is incompleteReason: no example