|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
#include <cstddef>#include <memory>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | aria::ListChange< T > |
| An owning event in a sequential list edit stream. More... | |
Namespaces | |
| namespace | aria |
Enumerations | |
| enum class | aria::ListChangeKind { aria::Insert , aria::Remove , aria::Replace , aria::ItemChanged , aria::Reset , aria::Move } |