| Live Cells C++
    Reactive Programming for C++ | 
Concept defining a Cell that can have its value set.  
More...
#include <types.hpp>
Concept defining a Cell that can have its value set. 
The following method must be defined on C to satisfy the constraints:
void value(value_type);
Set the value of the cell, and notify the observers of the cell that its value has changed.