Concrete forward iterator class. More...
#include <rutz/iter.h>
Public Types | |
typedef fwd_iter_ifx< T > | ifx_t |
typedef concrete_iter< T, ifx_t > | base_t |
Public Member Functions | |
fwd_iter (const base_t &other) | |
fwd_iter (shared_ptr< ifx_t > impl) | |
template<class It > | |
fwd_iter (It iter, It end) |
Concrete forward iterator class.
Definition at line 181 of file iter.h.