E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches

◆ zip

auto eve::algo::views::zip = function_with_traits<zip_>
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_typeandcommon_with_typeswill compute the common type (maybe including extra provided), ! and convert to that. ! ! **Required header:**#include <eve/module/algo/algo/views/zip.hpp> ! ! Has a shorthandeve::views::zipin<eve/views/zip.hpp>`.