Claw
1.7.3
|
This class defines an iterator resulting of the appliance of a function to an effective iterator. More...
#include <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. |
This class defines an iterator resulting of the appliance of a function to an effective iterator.
Template arguments:
Definition at line 356 of file iterator.hpp.