
Concrete random-access iterator class. More...
#include <rutz/iter.h>


Public Types | |
| typedef rxs_iter_ifx< T > | ifx_t | 
| typedef concrete_iter< T, ifx_t > | base_t | 
Public Member Functions | |
| rxs_iter (const base_t &other) | |
| rxs_iter (shared_ptr< ifx_t > impl) | |
| template<class It > | |
| rxs_iter (It iter, It end) | |
Concrete random-access iterator class.
Definition at line 350 of file iter.h.
 1.6.3