|
LeviLamina
|
Public Types | |
| using | Value = T |
| using | Callback = brstd::move_only_function<void(T const&)> |
Public Member Functions | |
| Expected< T > | get () const |
| Expected | set (T value) const |
| Expected< Subscription > | listen (Callback callback) const |
| Expected | setClientWritable (bool writable) const |
| bool | isClientWritable () const noexcept |
| operator bool () const noexcept | |
Friends | |
| class | Property |