On this page
std::ranges::zip_view<Views...>::zip_view
|
(1) | (since C++23) |
|
(2) | (since C++23) |
The default constructor is deleted if
std::is_default_constructible_v
is false
for at least one type in Views...
.
Parameters
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_view/zip_view