Horizon
Classes | 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
 

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
 \concept indirect_semigroup_ More...
 
 ranges::template (typename I, typename O, typename BOp, typename P)(concept(differenceable_)(I
 \concept differenceable_ More...
 

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
 \concept indirect_semigroup More...
 
template<typename I , typename O , typename BOp = plus, typename P = identity>
CPP_concept ranges::partial_sum_constraints
 \concept partial_sum_constraints More...