Synopsis of methods | |
constexpr view< partial_sum_fn > | partial_sum {} |
Public Types | |
template<typename Rng , typename Fun > | |
using | Concept { return ( make_pipeable(std::bind(partial_sum, std::placeholders::_1, Fun{})) ) |
Public Member Functions | |
template<typename Rng , typename Fun = plus, requires = (Concept<Rng, Fun>())> | |
partial_sum_view< all_t< Rng >, Fun > | operator() (Rng &&rng, Fun fun={}) const |