#include <iterator.hpp>
Template arguments:
Definition at line 326 of file iterator.hpp.
Public Types | |
typedef wrapped_iterator_by_category< typename std::iterator_traits< Iterator >::iterator_category, Value, Iterator, Function > | iterator_type |
This is the type of the iterator that you want. |
typedef wrapped_iterator_by_category< typename std::iterator_traits<Iterator>::iterator_category, Value, Iterator, Function > claw::wrapped_iterator< Value, Iterator, Function >::iterator_type |