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