template <std::memory_order MemoryOrder>

struct AtomicArray

Defined at line 76 of file ../../zircon/system/ulib/hwreg/include/hwreg/array.h

hwreg::AtomicArray

<MO

>::Io

<

...> is like hwreg::ArrayIo

<

...> but it uses

cpp20::atomic_ref load and store methods with the MO argument to access

the elements in the span.

Records