Live Cells C++
Reactive Programming for C++
|
Defines the computation function of a store_cell
.
More...
#include <store_cell.hpp>
Public Member Functions | |
store_cell_compute_state (C arg) | |
C::value_type | operator() (observer::ref) |
Compute the value of the argument cell. | |
Friends | |
class | store_cell_state< C > |
Defines the computation function of a store_cell
.
|
inline |
Create the computation state of a store_cell
.
arg | The argument cell. |
|
inline |
Compute the value of the argument cell.
ref | The store_cell state |