|
| 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.
|
|
| observable (observable const &)=delete |
|
| observable (observable &&)=delete |
|
observable & | operator= (observable const &)=delete |
|
observable & | operator= (observable &&)=delete |
◆ observable_value() [1/2]
Construct the shared state and default initialize the value.
◆ observable_value() [2/2]
template<typename T>
template<typename... Args>
Construct the shared state and initialize the value.
- Parameters
-
| args | The arguments passed to the constructor of the value. |
The documentation for this class was generated from the following file: