|
template<typename I , typename S , typename O , typename T , typename P = ident, requires = (RemoveCopyable<I, O, T, P>() && Sentinel<S, I>())> |
tagged_pair< tag::in(I), tag::out(O)> | operator() (I begin, S end, O out, T const &val, P proj=P{}) const |
|
template<typename Rng , typename O , typename T , typename P = ident, typename I = iterator_t<Rng>, requires = (RemoveCopyable<I, O, T, P>() && InputRange<Rng>())> |
tagged_pair< tag::in(safe_iterator_t< Rng >), tag::out(O)> | operator() (Rng &&rng, O out, T const &val, P proj=P{}) const |
|