12#include <rpp/observables/specific_observable.hpp>
16template<constraint::decayed_type KeyType,
17 constraint::decayed_type Type,
18 constraint::on_subscribe_fn<Type> OnSubscribeFn>
24 , m_key{std::move(key)} {}
28 , m_key{std::move(key)} {}
30 const KeyType& get_key()
const {
return m_key; }
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