We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214dcde commit 1f7b132Copy full SHA for 1f7b132
rfcs/proposed/zip_view/README.md
@@ -16,7 +16,7 @@ with the same API and functionality as `std::ranges::zip_view`.
16
- compilable with C++20 version (minimum)
17
- API-compliant with `std::ranges::zip_view`
18
- random accessible view; the "underlying" views also should be random accessible
19
-- in case of a device usage: a device copyable view itself and the "underlying" views also should be device copyable
+- in case of a device usage: a device copyable view if the all "underlying" views are device copyable views
20
21
`oneapi::dpl::ranges::zip_view::iterator` should be:
22
- value-swappable (https://en.cppreference.com/w/cpp/named_req/ValueSwappable)
0 commit comments