On this page
std::ranges::zip_transform_view<F,Views...>::zip_transform_view
|
(1) | (since C++23) |
|
(2) | (since C++23) |
view objects.The default constructor is deleted if
Fdoes not satisfydefault_initializable, orstd::is_default_constructible_visfalsefor at least one type inViews....
2) Move constructs the stored invocable object from
fun and every adapted view object from the corresponding view in views....
Parameters
| f | - | invocable object used for generation of elements of zip_transform_view |
| views | - | view objects to adapt |
Example
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/ranges/zip_transform_view/zip_transform_view