Searched refs:detail_result (Results 1 – 5 of 5) sorted by relevance
36 using detail_result = decltype(check<for_type, func_type>(0)); typedef39 is_subscriber<detail_result>,41 std::is_convertible<V, typename rxu::value_type_from<detail_result>::type>>::value;
23 typedef decltype(check<T>(0)) detail_result; typedef24 static const bool value = std::is_same<detail_result, void>::value;
23 typedef decltype(check<Source>(0)) detail_result; typedef24 static const bool value = std::is_same<detail_result, rxu::decay_t<K>>::value;
123 typedef decltype(check<T, rxu::decay_t<F>>(0)) detail_result; typedef124 static const bool value = std::is_same<detail_result, void>::value;
29 typedef decltype(check<rxu::decay_t<Subscriber>, T>(0)) detail_result; typedef30 static const bool value = std::is_same<detail_result, void>::value;