|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
Classes | |
| struct | EventLog |
| Tiny event log used by every conformance probe. More... | |
Functions | |
| template<typename L, typename Factory> | |
| auto | build (Factory &f) |
| Helper: most generic factory accepts a closure producing a shared_ptr<L>. | |
|
nodiscard |
Helper: most generic factory accepts a closure producing a shared_ptr<L>.
We fall back to make_shared<L>() when L is default-constructible.