Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-combine_latest.hpp60 struct is_combine_latest_selector_check { struct
61 typedef rxu::decay_t<Selector> selector_type;
69 using type = decltype(check<selector_type, rxu::decay_t<ObservableN>...>(0));
71 static const bool value = !std::is_same<type, tag_not_valid>::value;