Template Class iterator_impl< Category, T >

Class Documentation

template<typename Category, typename T>
class iterator_impl<Category, T>

Implementation of an iterator that can return a single value.

tparam Category:

The category for this iterator

tparam T:

The type this iterator can be dereferenced to