Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Loading...
Searching...
No Matches
aria::ReadOnlyReactiveOf Concept Reference

ReadOnlyReactive pinned to a specific value type — the constraint for the typed scalar binders (bind_text_oneway wants value_type to be exactly std::string, bind_visible wants bool, ...). More...

#include <concepts.hpp>

Concept definition

template<typename S, typename T>
&& std::same_as<typename S::value_type, T>
A reactive cell that can be read and observed, but not written: exactly the surface a one-way (VM→Vie...
Definition concepts.hpp:88
ReadOnlyReactive pinned to a specific value type — the constraint for the typed scalar binders (bind_...
Definition concepts.hpp:101

Detailed Description

ReadOnlyReactive pinned to a specific value type — the constraint for the typed scalar binders (bind_text_oneway wants value_type to be exactly std::string, bind_visible wants bool, ...).