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_type and 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>.