ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
rpp::details::observables::dynamic_strategy< Type > Class Template Reference

Public Types

using value_type = Type
 
using optimal_disposables_strategy = rpp::details::observables::default_disposables_strategy
 

Public Member Functions

template<rpp::constraint::observable_strategy< Type > Strategy>
requires (!rpp::constraint::decayed_same_as<Strategy, dynamic_strategy<Type>>)
 dynamic_strategy (observable< Type, Strategy > &&obs)
 
template<rpp::constraint::observable_strategy< Type > Strategy>
requires (!rpp::constraint::decayed_same_as<Strategy, dynamic_strategy<Type>>)
 dynamic_strategy (const observable< Type, Strategy > &obs)
 
template<rpp::constraint::observer_strategy< Type > ObserverStrategy>
void subscribe (observer< Type, ObserverStrategy > &&observer) const
 

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