|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
One bucket in a GroupedList<T, Key>. More...
#include <grouped_list.hpp>
Public Attributes | |
| Key | key |
| std::shared_ptr< ObservableList< T > > | items |
One bucket in a GroupedList<T, Key>.
Holds the key and an ObservableList<T> of items currently under that key. The inner list is the bind target for adapters (e.g. one section in a sectioned table view).
| Key aria::Group< T, Key >::key |
| std::shared_ptr<ObservableList<T> > aria::Group< T, Key >::items |