Live Cells C++
Reactive Programming for C++
|
Exception indicating that the value of a cell should not be computed. More...
#include <exceptions.hpp>
Public Member Functions | |
const char * | what () const noexcept override |
Exception indicating that the value of a cell should not be computed.
When this exception is thrown inside the value computation function of a computed cell, the cell's value is not updated. Instead its current value is preserved.