Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-switch_on_next.hpp42 struct switch_on_next struct
48 typedef switch_on_next<T, Observable, Coordination> this_type;
50 typedef rxu::decay_t<T> source_value_type;
51 typedef rxu::decay_t<Observable> source_type;
53 typedef typename source_type::source_operator_type source_operator_type;
55 typedef source_value_type collection_type;
56 typedef typename collection_type::value_type collection_value_type;
58 typedef rxu::decay_t<Coordination> coordination_type;
59 typedef typename coordination_type::coordinator_type coordinator_type;
61 struct values
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp990 auto switch_on_next(AN&&... an) const in switch_on_next() function in rxcpp::observable