You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transform each element in a range then combine adjacent elements to create an output range. Inclusive scaning means that the nth input is present in the nth output.
Transform each element in a range then combine adjacent elements to create an output range. Exclusive scanning means that the nth input is not present in the nth output.
117
+
[endsect:transform_exclusive_scan]
118
+
109
119
[endsect:CXX17_inner_algorithms]
110
120
111
121
[endsect:CXX17]
@@ -234,8 +244,6 @@ Raise a value to an integral power ([^constexpr] since C++14)
0 commit comments