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.

Template Parameters
  • Category – The category for this iterator

  • T – The type this iterator can be dereferenced to