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/module/algo/algo/views/zip_iterator.hpp>
Required header: #include <eve/module/algo/algo/views/zip.hpp>
Has a shorthand eve::views::zip_iterator
in <eve/views/zip.hpp>
.