13#include <rpp/subscribers/fwd.hpp>
14#include <rpp/utils/constraints.hpp>
20template<constra
int::decayed_type Type>
22struct dynamic_observable_tag;
25namespace rpp::constraint
27template<
typename Fn,
typename T>
concept on_subscribe_fn = std::invocable<std::decay_t<Fn>, dynamic_subscriber<T>>;
45template<constra
int::decayed_type Type, constra
int::on_subscribe_fn<Type> OnSubscribeFn>
57template<constra
int::decayed_type Type>
60template<constraint::decayed_type KeyType,
61 constraint::decayed_type Type,
Type-less observable (or partially untyped) that has the notion of Type but hides the notion of on_su...
Definition: dynamic_observable.hpp:89
Definition: grouped_observable.hpp:20
Type-full observable (or typed) that has the notion of Type and upstream observables for C++ compiler...
Definition: specific_observable.hpp:39