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

Public Member Functions

 repeat_on_subscribe (TObs &&observable, CreatePredicateFn &&create_predicate)
 
 repeat_on_subscribe (const TObs &observable, CreatePredicateFn &&create_predicate)
 
template<constraint::subscriber_of_type< Type > TSub>
void operator() (const TSub &subscriber) const
 

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