Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-predef.hpp270 struct is_operator_factory_for { struct
271 using function_type = rxu::decay_t<Function>;
272 using source_type = rxu::decay_t<Source>;
282 using type = decltype(check<function_type, source_type>(0));
284 … const bool value = !std::is_same<type, tag_not_valid>::value && is_observable<source_type>::value;