13#include <rpp/subscribers/specific_subscriber.hpp>
14#include <rpp/observers/dynamic_observer.hpp>
22template<constra
int::decayed_type T>
28 template<constra
int::subscriber_of_type<T> TSub>
32 subscriber.get_observer()} {}
35template<constra
int::observer TObs>
38template<constra
int::observer TObs>
41template<
typename T,
typename Obs>
44template<
typename OnNext,
typename ...Args>
47template<
typename OnNext,
typename ...Args>
rpp::subscription_base with ability to add some dependent subscriptions as a part of this one: in cas...
Definition: composite_subscription.hpp:30
Dynamic (type-erased) version of observer (comparing to specific_observer)
Definition: dynamic_observer.hpp:109
subscriber which uses dynamic_observer<T> to hide original callbacks
Definition: dynamic_subscriber.hpp:24
specific version of subscriber which stores type of observer used inside to prevent extra allocations
Definition: specific_subscriber.hpp:31