Range-v3
Range algorithms, views, and actions for the Standard Library
Instances and minimal complete definitions
|
Public Member Functions
|
List of all members
ranges::partial_sum_view< Rng, Fun > Struct Template Reference
Views
Public Member Functions
constexpr
partial_sum_view
(Rng rng, Fun fun) noexcept(std::is_nothrow_move_constructible< Rng >::value &&std::is_nothrow_move_constructible< Fun >::value)
constexpr
auto
size
() const requires sized_range< Rng const >
constexpr
auto
size
() requires sized_range< Rng >
ranges
partial_sum_view
Generated by
1.8.17