Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-concat_map.hpp88 struct concat_map struct
91 typedef concat_map<Observable, CollectionSelector, ResultSelector, Coordination> this_type;
92 typedef concat_traits<Observable, CollectionSelector, ResultSelector, Coordination> traits;
94 typedef typename traits::source_type source_type;
95 typedef typename traits::collection_selector_type collection_selector_type;
96 typedef typename traits::result_selector_type result_selector_type;
98 typedef typename traits::source_value_type source_value_type;
99 typedef typename traits::collection_type collection_type;
100 typedef typename traits::collection_value_type collection_value_type;
102 typedef typename traits::coordination_type coordination_type;
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp1063 auto concat_map(AN&&... an) const in concat_map() function in rxcpp::observable