|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
#include <generator.hpp>
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | value_type = T |
| using | difference_type = std::ptrdiff_t |
| using | reference = const T& |
| using | pointer = const T* |
Public Member Functions | |
| Iterator () noexcept=default | |
| Iterator (handle_type h) noexcept | |
| Iterator & | operator++ () |
| void | operator++ (int) |
| const T & | operator* () const noexcept |
| const T * | operator-> () const noexcept |
| bool | operator== (std::default_sentinel_t) const noexcept |
| using aria::async::Generator< T >::Iterator::iterator_category = std::input_iterator_tag |
| using aria::async::Generator< T >::Iterator::value_type = T |
| using aria::async::Generator< T >::Iterator::difference_type = std::ptrdiff_t |
| using aria::async::Generator< T >::Iterator::reference = const T& |
| using aria::async::Generator< T >::Iterator::pointer = const T* |
|
defaultnoexcept |
|
inlineexplicitnoexcept |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |