|
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 |
|