Classes | |
struct | ranges::v3::partial_sum_fn |
Typedefs | |
template<typename I , typename O , typename BOp = plus, typename P = ident, typename V = value_type_t<I>, typename X = concepts::Invocable::result_t<P&, V>, typename Y = concepts::Invocable::result_t<BOp&, X, X>> | |
using | ranges::v3::PartialSummable = meta::strict_and< InputIterator< I >, OutputIterator< O, X >, Invocable< P &, V >, CopyConstructible< uncvref_t< X > >, Invocable< BOp &, X, X >, Assignable< uncvref_t< X > &, Y > > |
Variables | |
constexpr partial_sum_fn | ranges::v3::partial_sum {} |