|
HikoGUI
A low latency retained GUI
|
Public Types | |
| using | value_type = T |
| using | path_type = observable_msg::path_type |
Public Member Functions | |
| constexpr | observable_value () noexcept |
| Construct the shared state and default initialize the value. | |
| template<typename... Args> | |
| constexpr | observable_value (Args &&...args) noexcept |
| Construct the shared state and initialize the value. | |
Public Member Functions inherited from v1::observable | |
| observable (observable const &)=delete | |
| observable (observable &&)=delete | |
| observable & | operator= (observable const &)=delete |
| observable & | operator= (observable &&)=delete |
|
inlineconstexprnoexcept |
Construct the shared state and default initialize the value.
|
inlineconstexprnoexcept |
Construct the shared state and initialize the value.
| args | The arguments passed to the constructor of the value. |