Searched defs:concat_map (Results 1 – 2 of 2) sorted by relevance
88 struct concat_map struct91 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 …]
1067 auto concat_map(AN&&... an) const in concat_map() function in rxcpp::observable