|
|
| cell (const cell &)=delete |
|
constexpr | cell (T init) noexcept |
|
constexpr T | load () const noexcept |
|
constexpr | operator T () const noexcept |
|
cell & | operator= (const cell &)=delete |
|
constexpr cell & | operator= (T val) noexcept |
|
constexpr void | store (T val) noexcept |
|
constexpr const T & | unsafe_ref () const noexcept |
|
constexpr T & | unsafe_ref () noexcept |
The documentation for this class was generated from the following file: