Public Member Functions | |
template<typename I , typename O , typename P = ident, requires = ( InputIterator<I>() && WeaklyIncrementable<O>() && IndirectlyCopyable<I, O>() )> | |
tagged_pair< tag::in(I), tag::out(O)> | operator() (I begin, difference_type_t< I > n, O out) const |