Live Cells C++
Reactive Programming for C++
|
Mixin that modifies a compute_cell_state
subclass to only notify its observers if the new value of the cell is not equal (!=) to the previous value.
More...
#include <changes_only_state.hpp>
Public Member Functions | |
void | will_update (const key_ref &k) override |
void | update (const key_ref &k, bool changed) override |
Mixin that modifies a compute_cell_state
subclass to only notify its observers if the new value of the cell is not equal (!=) to the previous value.
Base is a compute_cell_state
subclass, which this class inherits.