Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::iter_zip_with_view< Fun, Rngs > Struct Template Reference

Public Member Functions

 iter_zip_with_view (Fun fun, Rngs... rngs)
 
 iter_zip_with_view (Rngs... rngs)
 
constexpr auto size () const requires and_v< sized_range< Rngs const >... >