std::atomic_ref<T>::address
Min standard notice:
Obtains the stored pointer.
# Declarations
constexpr T* address() const noexcept;
(since C++26)
# Return value
# 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