Range-v3
Range algorithms, views, and actions for the Standard Library
All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules Pages
ranges::v3::generate_fn Struct Reference

Public Member Functions

template<typename O , typename S , typename F , requires = (Function<F>() && OutputIterator<O, concepts::Function::result_t<F> &&>() && Sentinel<S, O>())>
tagged_pair< tag::out(O), tag::fun(F)> operator() (O begin, S end, F fun) const
 
template<typename Rng , typename F , typename O = range_iterator_t<Rng>, requires = (Function<F>() && OutputRange<Rng, concepts::Function::result_t<F> &&>())>
tagged_pair< tag::out(range_safe_iterator_t< Rng >), tag::fun(F)> operator() (Rng &&rng, F fun) const