Searched defs:ref_count_state_base (Results 1 – 1 of 1) sorted by relevance
54 struct ref_count_state_base { struct55 ref_count_state_base(connectable_type other, observable_type source) in ref_count_state_base() function59 connectable_type connectable; // connects to this. subscribes to this if subscribable empty.60 observable_type subscribable; // subscribes to this if non-empty.63 void subscribe(Subscriber&& o) { in subscribe()70 struct ref_count_state_base<connectable_type, void> { struct71 explicit ref_count_state_base(connectable_type c) in ref_count_state_base() function74 connectable_type connectable; // connects to this. subscribes to this if subscribable empty.77 void subscribe(Subscriber&& o) { in subscribe()