|
step20
|
#include <generator.hpp>
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | difference_type = std::ptrdiff_t |
| using | value_type = T |
| using | reference = const T & |
Public Member Functions | |
| iterator (handle coro) | |
| reference | operator* () const |
| bool | operator== (std::default_sentinel_t) const |
| void | operator++ (int) |
| iterator & | operator++ () |
| using step20::generator< T >::iterator::difference_type = std::ptrdiff_t |
| using step20::generator< T >::iterator::iterator_category = std::input_iterator_tag |
| using step20::generator< T >::iterator::reference = const T& |
| using step20::generator< T >::iterator::value_type = T |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |