Synopsis of methods | |
constexpr iter_zip_with_fn | iter_zip_with {} |
Public Member Functions | |
requires and_v< viewable_range< Rngs >... > &&zippable_with< Fun, Rngs... > all_t< Rngs > | operator() (Fun fun, Rngs &&... rngs) const |
template<typename Fun > | |
requires constexpr zippable_with< Fun > empty_view< std::tuple<> > | operator() (Fun) const noexcept |
template<typename... Rngs, typename Fun > | |
requires and_v< viewable_range< Rngs >... > &&zippable_with< Fun, Rngs... > && | sizeof (Rngs) !=0)` iter_zip_with_view< Fun |