Live Cells C++
Reactive Programming for C++
Loading...
Searching...
No Matches
live_cells::TypedMutableCell Concept Reference

Concept that constrains MutableCell to cells holding a specific value type T. More...

#include <types.hpp>

Concept definition

template<typename C, typename T>
Concept defining a Cell that can have its value set.
Definition types.hpp:155
Concept that constrains Cell to cells holding a specific value type T.
Definition types.hpp:141
Concept that constrains MutableCell to cells holding a specific value type T.
Definition types.hpp:164

Detailed Description

Concept that constrains MutableCell to cells holding a specific value type T.