Horizon
Loading...
Searching...
No Matches
Classes | Concepts | Typedefs | Functions | Variables
partial_sum.hpp File Reference
#include <meta/meta.hpp>
#include <range/v3/algorithm/result_types.hpp>
#include <range/v3/functional/arithmetic.hpp>
#include <range/v3/functional/compose.hpp>
#include <range/v3/functional/identity.hpp>
#include <range/v3/functional/invoke.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <range/v3/iterator/traits.hpp>
#include <range/v3/iterator/unreachable_sentinel.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/range/dangling.hpp>
#include <range/v3/range/traits.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>

Go to the source code of this file.

Classes

struct  ranges::partial_sum_fn
 

Concepts

concept  ranges::indirect_semigroup_
 The indirect_semigroup_ concept.
 
concept  ranges::indirect_semigroup
 The indirect_semigroup concept.
 
concept  ranges::partial_sum_constraints_
 The partial_sum_constraints_ concept.
 
concept  ranges::partial_sum_constraints
 The partial_sum_constraints concept.
 

Typedefs

template<typename I , typename O >
using ranges::partial_sum_result = detail::in_out_result< I, O >
 

Functions

 ranges::template (typename I, typename BOp)(concept(indirect_semigroup_)(I
 
 ranges::template (typename I, typename O, typename BOp, typename P)(concept(differenceable_)(I
 

Variables

copyable< iter_value_t< I > > AND ranges::indirectly_regular_binary_invocable_< composed< coerce< iter_value_t< I > >, BOp >, iter_value_t< I > *, I >
 
template<typename I , typename BOp >
CPP_concept ranges::indirect_semigroup
 
template<typename I , typename O , typename BOp = plus, typename P = identity>
CPP_concept ranges::partial_sum_constraints