std::ranges::zip_view<Views...>:: zip_view
From cppreference.com
C++
Ranges library
|
Range primitives | |||||||
|
Range concepts | |||||||||||||||||||
|
Range factories | |||||||||
|
Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
Helper items | |||||||||||||||||
|
|
std::ranges::zip_view
Member functions | ||||
zip_view::zip_view
|
||||
Deduction guides | ||||
Iterator | ||||
Member functions | ||||
Non-member functions | ||||
Sentinel | ||||
Member functions | ||||
Non-member functions | ||||
zip_view
(
)
=
default
;
|
(1) | (since C++23) |
constexpr
zip_view
(
Views...
views
)
;
|
(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
This section is incomplete
Reason: no example |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/zip_view/zip_view&oldid=172778
"