Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Loading...
Searching...
No Matches
computed.hpp
Go to the documentation of this file.
1#pragma once
2
3// ============================================================================
4// aria/computed.hpp
5// ----------------------------------------------------------------------------
6// Convenience entry point that re-exports the reactive-graph `Computed<T>`.
7//
8// There is ONE Computed implementation, defined in
9// `aria/reactive/computed.hpp`. Its dependency set is discovered
10// automatically at every recompute via auto-tracking -- you no longer
11// have to list upstream sources at construction.
12//
13// Equivalent to `#include <aria/reactive/reactive.hpp>`.
14// ============================================================================
15
16#include "reactive/reactive.hpp"