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

A ReadOnlyReactive whose value_type is some std::optional<U> — the shape of AsyncCommand::last_result, and the constraint for BindingEngine::bind_optional_text. More...

#include <concepts.hpp>

Concept definition

template<typename S>
&& detail::is_optional_v<typename S::value_type>
A reactive cell that can be read and observed, but not written: exactly the surface a one-way (VM→Vie...
Definition concepts.hpp:88
A ReadOnlyReactive whose value_type is some std::optional<U> — the shape of AsyncCommand::last_result...
Definition concepts.hpp:118

Detailed Description

A ReadOnlyReactive whose value_type is some std::optional<U> — the shape of AsyncCommand::last_result, and the constraint for BindingEngine::bind_optional_text.