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

Public Types

using ResultType = utils::decayed_invoke_result_t< TSelector, Type, utils::extract_observable_type_t< TObservables >... >
 

Public Member Functions

template<constraint::subscriber_of_type< ResultType > TSub>
auto operator() (TSub &&in_subscriber) const
 

Public Attributes

RPP_NO_UNIQUE_ADDRESS TSelector selector
 
RPP_NO_UNIQUE_ADDRESS std::tuple< TObservables... > observables
 

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