|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Stores a double and a bool in an atomic uint64_t. More...
#include <src/dsp/atomic_position.h>
Public Member Functions | |
| AtomicDoubleWithBool (double d, bool b) noexcept | |
| void | store (double d, bool b) noexcept |
| std::pair< double, bool > | load () const noexcept |
Stores a double and a bool in an atomic uint64_t.
Definition at line 34 of file atomic_position.h.
|
inlinenoexcept |
Definition at line 43 of file atomic_position.h.
|
inlinenoexcept |
Definition at line 52 of file atomic_position.h.
|
inlinenoexcept |
Definition at line 45 of file atomic_position.h.