Template Class Iterator

Class Documentation

template<typename V, typename I, typename FType<V, I>::FnType f>
class Iterator

Public Functions

inline Iterator(I i)
inline Iterator &operator++()
inline V operator*()
inline bool operator==(const Iterator &i)