Template Class iterator_impl_base< Const, T >

Class Documentation

template<bool Const, typename T>
class iterator_impl_base<Const, 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