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

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

#include <types.hpp>

Concept definition

template<typename C, typename T>
concept live_cells::TypedCell = Cell<C> && std::convertible_to<typename C::value_type, T>
Defines the cell protocol.
Definition types.hpp:128
Concept that constrains Cell to cells holding a specific value type T.
Definition types.hpp:141

Detailed Description

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