The C++23 std::views::zip_transform is a view where the ith element results from applying the n-ary transformation invocable to the ith elements of the provided ranges. The view is a lazy version of binary std::ranges::transform, generalized for any number of ranges. Compiler Explorer link: https://lnkd.in/epytpc3j #cpp #cplusplus #coding #programming #dailybiteofcpp
Thanks for posting
EstiTech•386 followers
2yNice, in 2023 we're getting the features that other languages have from the beginning of their existence. 2 more years and maybe modules in gcc will be functional.