Searched defs:is_operator_factory_for (Results 1 – 1 of 1) sorted by relevance
270 struct is_operator_factory_for { struct271 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;