Searched defs:with_latest_from (Results 1 – 2 of 2) sorted by relevance
102 struct with_latest_from : public operator_base<rxu::value_type_t<with_latest_from_traits<Coordinati… struct104 typedef with_latest_from<Coordination, Selector, ObservableN...> this_type;106 typedef with_latest_from_traits<Coordination, Selector, ObservableN...> traits;108 typedef typename traits::tuple_source_type tuple_source_type;109 typedef typename traits::tuple_source_value_type tuple_source_value_type;111 typedef typename traits::selector_type selector_type;113 typedef typename traits::coordination_type coordination_type;114 typedef typename coordination_type::coordinator_type coordinator_type;116 struct values128 values initial;[all …]
1089 auto with_latest_from(AN... an) const in with_latest_from() function in rxcpp::observable