Range-v3
Range algorithms, views, and actions for the Standard Library
zip_with.hpp File Reference

Classes

struct  ranges::iter_zip_with_view< Fun, Rngs >
 
struct  ranges::views::iter_zip_with_fn
 
struct  ranges::views::zip_with_fn
 
struct  ranges::zip_with_view< Fun, Rngs >
 

Functions

 ranges::views::CPP_PP_CAT (CPP_PP_DEF_, template(typename Fun, typename ...Rngs)) META_CONCEPT CPP_PP_CAT(CPP_PP_DEF_
 

Variables

concept ranges::views::zippable_with = CPP_PP_CAT( CPP_PP_DEF_IMPL_IS_PAREN_, 0 )( and_v<input_range<Rngs>...> && copy_constructible<Fun> && invocable<Fun& )( and_v<input_range<Rngs>...> && copy_constructible<Fun> && invocable<Fun&, iterator_t<Rngs>...> && invocable<Fun&, copy_tag, iterator_t<Rngs>...> && invocable<Fun&, move_tag, iterator_t<Rngs>...> )