Range-v3
Range algorithms, views, and actions for the Standard Library
 
Loading...
Searching...
No Matches
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> && output_iterator<
O,
iter_value_t<
projected<projected<I, detail::as_value_type_t<I>>, P>> const &>
The indirect_semigroup concept.
Definition partial_sum.hpp:67
The output_iterator concept.
Definition concepts.hpp:331
The partial_sum_constraints_ concept.
Definition partial_sum.hpp:73

Detailed Description

The partial_sum_constraints_ concept.