chronon::OutPort::PackedTransactionState
Public Functions
| Name | |
|---|---|
| void | store(uint64_t value) |
| uint64_t | load() const |
Public Attributes
| Name | |
|---|---|
| uint8_t[7] | bytes |
| uint64_t | MASK |
Public Functions Documentation
function store
inline void store(
uint64_t value
)
function load
inline uint64_t load() const
Public Attributes Documentation
variable bytes
uint8_t[7] bytes {};
variable MASK
static uint64_t MASK = (uint64_t{1} << 56) - 1;
Updated on 2026-07-18 at 18:58:49 +0000