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

Go to the source code of this file.

Namespaces

namespace  aria

Concepts

concept  aria::ListSourceOf
concept  aria::ListSource

Typedefs

template<typename L>
using aria::list_source_value_t
 Element type for a list source.