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

Go to the source code of this file.

Classes

class  aria::Loadable< T >
 Standard loadable view-model. More...

Namespaces

namespace  aria

Enumerations

enum class  aria::LoadState : unsigned char {
  aria::Idle = 0 , aria::Loading = 1 , aria::Refreshing = 2 , aria::Success = 3 ,
  aria::Error = 4
}
 Discriminator for Loadable<T>. More...