Home
last modified time | relevance | path

Searched defs:with_latest_from (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-with_latest_from.hpp102 struct with_latest_from : public operator_base<rxu::value_type_t<with_latest_from_traits<Coordinati… struct
104 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 values
128 values initial;
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp1089 auto with_latest_from(AN... an) const in with_latest_from() function in rxcpp::observable