std::atomic_ref<T>::address
From cppreference.com
< cppβ | atomicβ | atomic ref
| constexpr T* address() const noexcept; |
(since C++26) | |
Obtains the stored pointer.
[edit] Return value
[edit] Notes
| Feature-test macro | Value | Std | Feature |
|---|---|---|---|
__cpp_lib_atomic_ref |
202411L |
(C++26) | std::atomic_ref::address()
|
[edit] Example
| This section is incomplete Reason: no example |