Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::accumulate_fn Member List

This is the complete list of members for ranges::v3::accumulate_fn, including all inherited members.

operator()(I begin, S end, T init, Op op=Op{}, P proj=P{}) const (defined in ranges::v3::accumulate_fn)ranges::v3::accumulate_fn
operator()(Rng &&rng, T init, Op op=Op{}, P proj=P{}) const (defined in ranges::v3::accumulate_fn)ranges::v3::accumulate_fn