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

Public Member Functions

template<constraint::observable_of_type< Type > TObs>
 dynamic_observable_state (TObs &&obs)
 
template<constraint::on_subscribe_fn< Type > TOnSub>
requires (!constraint::decayed_same_as<TOnSub, dynamic_observable_state<Type>>)
 dynamic_observable_state (TOnSub &&on_sub)
 
 dynamic_observable_state (const dynamic_observable_state &other)=default
 
 dynamic_observable_state (dynamic_observable_state &&other) noexcept=default
 
dynamic_observable_stateoperator= (const dynamic_observable_state &other)=default
 
dynamic_observable_stateoperator= (dynamic_observable_state &&other) noexcept=default
 
composite_subscription operator() (const dynamic_subscriber< Type > &subscriber) const
 

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