12#include <rpp/subscribers/constraints.hpp>
13#include <rpp/utils/constraints.hpp>
14#include <rpp/subscriptions/fwd.hpp>
16namespace rpp::subjects::details
20template<
typename Strategy,
typename T>
27template<rpp::constra
int::decayed_type T, subject_strategy<T> Strategy>
31namespace rpp::subjects
33template<rpp::constra
int::decayed_type T>
36template<rpp::constra
int::decayed_type T>
subscriber which uses dynamic_observer<T> to hide original callbacks
Definition: dynamic_subscriber.hpp:24
Subject which multicasts values to observers subscribed on it and sends last emitted value (or initia...
Definition: behavior_subject.hpp:119
Definition: base_subject.hpp:23
Subject which just multicasts values to observers subscribed on it. It contains two parts: subscriber...
Definition: publish_subject.hpp:78
Definition: constraints.hpp:19