Synopsis of methods | |
constexpr zip_with_fn | zip_with {} |
Public Member Functions | |
template<typename... Rngs, typename Fun > | |
zip_with_view< Fun, all_t< Rngs >... > | operator() (Fun fun, Rngs &&... rngs) const |
template<typename Fun > | |
constexpr empty_view< std::tuple<> > | operator() (Fun) const noexcept |
zip_with_view<Fun, all_t<Rngs>...> ranges::views::zip_with_fn::operator() | ( | Fun | fun, |
Rngs &&... | rngs | ||
) | const |
and_v<viewable_range<Rngs>...> && and_v<input_range<Rngs>...> && copy_constructible<Fun> && invocable<Fun &, range_reference_t<Rngs>...> && (sizeof...(Rngs) != 0)
//
|
constexprnoexcept |
copy_constructible<Fun> && invocable<Fun &>
References ranges::aux::move.