Public Member Functions | |
template<typename... Rngs, typename Fun > requires and_v<viewable_range<Rngs>...> && zippable_with<Fun, Rngs...> && (sizeof...(Rngs) != 0) | |
iter_zip_with_view< Fun, all_t< Rngs >... > | operator() (Fun fun, Rngs &&... rngs) const |
template<typename Fun > requires zippable_with<Fun> | |
constexpr empty_view< detail::decay_t< invoke_result_t< Fun & > > > | operator() (Fun) const noexcept |
Related Functions | |
(Note that these are not member functions.) | |
constexpr iter_zip_with_fn | iter_zip_with {} |