Home
last modified time | relevance | path

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

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