E.V.E
v2022.03.00
eve::algo::views::zip_iterator< Is > Struct Template Reference

A relaxed_iterator on top of multiple relaxed_iterator. If all of the components are iterator they have to have the same cardinal and the zip_iterator will model iterator. Should probably never be created directly, use zip. More...

#include <eve/algo/views/zip_iterator.hpp>

Detailed Description

template<typename ... Is>
struct eve::algo::views::zip_iterator< Is >

A relaxed_iterator on top of multiple relaxed_iterator. If all of the components are iterator they have to have the same cardinal and the zip_iterator will model iterator. Should probably never be created directly, use zip.

Required header: #include <eve/algo/views/zip.hpp>

Has a shorthand eve::views::zip_iterator in <eve/views/zip.hpp>.