ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::details::reduce_impl< Type, Seed, AccumulatorFn, ResultSelectorFn > Struct Template Reference

Public Member Functions

template<constraint::subscriber_of_type< utils::decayed_invoke_result_t< ResultSelectorFn, Seed > > TSub>
auto operator() (TSub &&subscriber) const
 

Public Attributes

Seed initial_value
 
RPP_NO_UNIQUE_ADDRESS AccumulatorFn accumulator
 
RPP_NO_UNIQUE_ADDRESS ResultSelectorFn selector
 

The documentation for this struct was generated from the following files: