|
inlineconstexpr |
#include <eve/module/algo/algo/views/zip.hpp>
Supports zip[eve::algo::force_type<T>]
, zip[eve::algo::common_type<T>],
zip[common_with_types<Ts...>]traits.
force_type<T>will convert every component to the type <T>.
common_typeand
common_with_types` will compute the common type (maybe including extra provided), and convert to that.
Required header: #include <eve/module/algo/algo/views/zip.hpp>
Has a shorthand eve::views::zip
in <eve/views/zip.hpp>
.