Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::partial_sum_constraints_ Concept Reference

The partial_sum_constraints_ concept. More...

#include <range/v3/numeric/partial_sum.hpp>

Concept definition

template<typename I, typename O, typename BOp, typename P>
projected<projected<I, detail::as_value_type_t<I>>, P>,
BOp> &&
O,
iter_value_t<
projected<projected<I, detail::as_value_type_t<I>>, P>> const &>
The indirect_semigroup concept.
Definition: partial_sum.hpp:68
The output_iterator concept.
Definition: concepts.hpp:337
The partial_sum_constraints_ concept.
Definition: partial_sum.hpp:74

Detailed Description

The partial_sum_constraints_ concept.