zip_view
Interface
MP
-
template<__detail::zipable... Rs>
class zip_view : public ranges::view_interface<zip_view<Rs...>>
-
template<typename ...Rs>
auto dr::mp::views::zip(Rs&&... rs)
SP
-
template<rng::random_access_range... Rs>
class zip_view : public ranges::view_interface<zip_view<Rs...>>
zip
-
template<rng::random_access_range... Rs>
auto dr::sp::views::zip(Rs&&... rs)