deduction guides for
std::ranges::zip_view
From cppreference.com
C++
Ranges library
|
||||||||||||||||||||||
| Range primitives | |||||||
|
|||||||
| Range concepts | |||||||||||||||||||
|
|||||||||||||||||||
| Range factories | |||||||||
|
|||||||||
| Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||
| Helper items | |||||||||||||||||
|
|
||||||||||||||||
std::ranges::zip_view
| Member functions | ||||
| Deduction guides | ||||
| Iterator | ||||
| Member functions | ||||
| Non-member functions | ||||
| Sentinel | ||||
| Member functions | ||||
| Non-member functions | ||||
|
template
<
class
...
Rs
>
zip_view ( Rs && ... ) - > zip_view < views:: all_t < Rs > ... > ; |
(since C++23) | |
The
deduction guide
is provided for
std::ranges::zip_view
to allow deduction from
range
s
.
Example
|
This section is incomplete
Reason: example |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/zip_view/deduction_guides&oldid=139308
"