|
Live Cells C++
Reactive Programming for C++
|
Concept defining an operator on a cell. More...
#include <types.hpp>
Concept defining an operator on a cell.
Types satisfying this concept must provide an overload of the function call operator that accepts a single Cell as an argument and returns a new Cell.
Operators may be chained using the pipe (|) operator.