Shortcuts

Template Function ripple::make_reduction_result

Function Documentation

template<typename T>
auto ripple::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.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples