C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::generator< T >::iterator Class Reference

Public Types

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*
 

Public Member Functions

 iterator (std::coroutine_handle< promise_type > handle) noexcept
 
iteratoroperator++ ()
 
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: