|
|
using | value_type = T& |
| |
|
using | handle_type = std::coroutine_handle<promise_type> |
| |
|
|
| generator (handle_type coroutine) |
| |
|
| generator (const generator &)=delete |
| |
|
generator & | operator= (const generator &)=delete |
| |
|
| generator (generator &&other) noexcept |
| |
|
generator & | operator= (generator &&other) noexcept |
| |
| const_iterator | begin () const |
| | Start the generator-function and return an iterator.
|
| |
| const_iterator | cbegin () const |
| | Start the generator-function and return an iterator.
|
| |
| std::default_sentinel_t | end () const |
| | Return a sentinel for the iterator.
|
| |
| std::default_sentinel_t | cend () const |
| | Return a sentinel for the iterator.
|
| |
◆ begin()
Start the generator-function and return an iterator.
◆ cbegin()
Start the generator-function and return an iterator.
◆ cend()
Return a sentinel for the iterator.
◆ end()
Return a sentinel for the iterator.
The documentation for this class was generated from the following file: