Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Loading...
Searching...
No Matches
list_change.hpp File Reference
#include <cstddef>
#include <memory>
#include <utility>
#include <vector>
Include dependency graph for list_change.hpp:
This graph shows which files directly or indirectly include this file:

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
}