Searched defs:switch_if_empty_observer (Results 1 – 1 of 1) sorted by relevance
55 struct switch_if_empty_observer struct57 typedef switch_if_empty_observer<Subscriber> this_type;58 typedef source_value_type value_type;59 typedef rxu::decay_t<Subscriber> dest_type;60 typedef observer<value_type, this_type> observer_type;62 dest_type dest;63 composite_subscription lifetime;64 backup_source_type backup;65 mutable bool is_empty;67 switch_if_empty_observer(dest_type d, composite_subscription cs, backup_source_type b) in switch_if_empty_observer() argument[all …]