|
using | iterator_category = std::input_iterator_tag |
|
using | difference_type = std::ptrdiff_t |
|
using | value_type = T |
|
using | reference = const T& |
|
using | pointer = const T* |
|
|
| iterator (std::coroutine_handle< promise_type > handle) noexcept |
|
iterator & | operator++ () |
|
void | operator++ (int) |
|
bool | operator== (const iterator &right) const noexcept |
|
bool | operator!= (const iterator &right) const noexcept |
|
reference | operator* () const noexcept |
|
pointer | operator-> () const noexcept |
|
The documentation for this class was generated from the following file: