Searched defs:combine_latest (Results 1 – 2 of 2) sorted by relevance
102 struct combine_latest : public operator_base<rxu::value_type_t<combine_latest_traits<Coordination, … struct104 typedef combine_latest<Coordination, Selector, ObservableN...> this_type;106 typedef combine_latest_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 …]
1101 auto combine_latest(AN... an) const in combine_latest() function in rxcpp::observable