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...
Detailed Description
template<typename ... Is>
struct eve::algo::views::zip_iterator< 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>
.
Inherits eve::algo::views::detail::zip_iterator_common< Is >.