Read-Write Once implementation. More...
Data Structures | |
| class | lib::rwonce::cell< T > |
| struct | lib::rwonce::detail::native_uint< usize > |
| struct | lib::rwonce::detail::native_uint< 1 > |
| struct | lib::rwonce::detail::native_uint< 2 > |
| struct | lib::rwonce::detail::native_uint< 4 > |
| struct | lib::rwonce::detail::native_uint< 8 > |
| class | lib::rwonce::ref< T > |
Concepts | |
| concept | lib::rwonce::detail::has_native_uint |
| concept | lib::rwonce::Word |
Typedefs | |
| template<typename T> | |
| using | lib::rwonce::detail::native_uint_t = native_uint<sizeof(T)>::type |
Read-Write Once implementation.
SPDX-License-Identifier: Apache-2.0