Live Cells C++
Reactive Programming for C++
Loading...
Searching...
No Matches
Concepts
Here is a list of all documented concepts with brief descriptions:
[detail level 123]
 Nlive_cells
 Nops
 ROperatorConcept defining an operator on a cell
 RComputableDefines a type that computes a value when the call operator operator() is invoked
 RCellOrValueConcept specifying that T is either a Cell or a value that can be converted to a constant_cell
 RKeyableConcept defining an object that can be identified by a key
 RTrackableConcept defining an observable object that can be tracked dynamically as a dependency
 RCellDefines the cell protocol
 RTypedCellConcept that constrains Cell to cells holding a specific value type T
 RMutableCellConcept defining a Cell that can have its value set
 RTypedMutableCellConcept that constrains MutableCell to cells holding a specific value type T