Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-concat_map.hpp53 struct concat_traits { struct
54 typedef rxu::decay_t<Observable> source_type;
55 typedef rxu::decay_t<CollectionSelector> collection_selector_type;
56 typedef rxu::decay_t<ResultSelector> result_selector_type;
57 typedef rxu::decay_t<Coordination> coordination_type;
59 typedef typename source_type::value_type source_value_type;
61 struct tag_not_valid {};
69 …ef decltype((*(collection_selector_type*)nullptr)((*(source_value_type*)nullptr))) collection_type;
75 typedef typename collection_type::value_type collection_value_type;
84 …lector_type*)nullptr)(*(source_value_type*)nullptr, *(collection_value_type*)nullptr))> value_type;