Template Function ripple::make_reduction_result¶
Defined in File reducer.hpp
Function Documentation¶
-
template<typename
T
>
autoripple
::
make_reduction_result
(const T &value = T()) noexcept -> ReductionResult<T>¶ Creates a ReductionResult with the given intitial value, and which is not finished with the reduction.
- Return
The initializes reduction result.
- Parameters
value
: The value to set the result to.
- Template Parameters
T
: The type of the data for the result.