A relaxed_range
on top of multiple relaxed_range
. All individual components have to have the same size. Should probably never be created directly, instead use zip
.
More...
#include <eve/module/algo/algo/views/zip.hpp>
You can rezip the components with new traits by using operator[]
: zip_range<Components...>[common_type] will convert all components to a common type between them, for example.
Required header: #include <eve/module/algo/algo/views/zip.hpp>
Has a shorthand eve::views::zip_range
in <eve/views/zip.hpp>
.