Template Class iterator_impl
Defined in File iterator.hpp
Class Documentation
-
template<typename Category, typename ...Ts>
class iterator_impl Implementation of an iterator that can return multiple values in a tuple. Of course, that tuple can then used in structured binding to receive the values in a for loop e.g.
- Template Parameters
Category – The category for this iterator
Ts – The types this iterator can be dereferenced to