Go to the source code of this file.
|
| | ranges::template (typename Rng, typename T, typename Fun)(concept(exclusive_scan_constraints_)(Rng |
| | \concept exclusive_scan_constraints_ More...
|
| |
|
| ranges::template (typename Rng, typename T, typename Fun)(requires copy_constructible< T > AND copy_constructible< Fun >) exclusive_scan_view(Rng && |
| |
|
|
| ranges::Fun |
| |
|
invocable< Fun &, T, range_reference_t< Rng > > AND | ranges::assignable_from< T &, invoke_result_t< Fun &, T, range_reference_t< Rng > > > |
| |
| template<typename Rng , typename T , typename Fun > |
| CPP_concept | ranges::exclusive_scan_constraints |
| | \concept exclusive_scan_constraints More...
|
| |
◆ template()
| ranges::template |
( |
typename Rng |
, |
|
|
typename T |
, |
|
|
typename Fun |
|
|
) |
| |
\concept exclusive_scan_constraints_
The exclusive_scan_constraints_ concept
◆ exclusive_scan_constraints
template<typename Rng , typename T , typename Fun >
| CPP_concept ranges::exclusive_scan_constraints |
Initial value:=
viewable_range<Rng> && input_range<Rng> &&
copy_constructible<T> &&
CPP_concept_ref(ranges::exclusive_scan_constraints_, Rng, T, Fun)
\concept exclusive_scan_constraints
The exclusive_scan_constraints concept