Live Cells C++
Reactive Programming for C++
Loading...
Searching...
No Matches
live_cells::stop_compute_exception Struct Reference

Exception indicating that the value of a cell should not be computed. More...

#include <exceptions.hpp>

Inheritance diagram for live_cells::stop_compute_exception:
Collaboration diagram for live_cells::stop_compute_exception:

Public Member Functions

const charwhat () const noexcept override
 

Detailed Description

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.


The documentation for this struct was generated from the following file: