Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::exclusive_scan_constraints_ Concept Reference

The exclusive_scan_constraints_ concept. More...

#include <range/v3/view/exclusive_scan.hpp>

Concept definition

template<typename Rng, typename T, typename Fun>
assignable_from<T &, invoke_result_t<Fun &, T, range_reference_t<Rng>>>
The exclusive_scan_constraints_ concept.
Definition: exclusive_scan.hpp:34
The invocable concept.
Definition: concepts.hpp:48

Detailed Description

The exclusive_scan_constraints_ concept.