Loading [MathJax]/extensions/tex2jax.js
E.V.E
v2023.02.15
 
All Classes Namespaces Functions Variables Typedefs Enumerations Friends Modules Pages Concepts
Loading...
Searching...
No Matches

◆ zip

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_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>.