Home
last modified time | relevance | path

Searched refs:detail_result (Results 1 – 5 of 5) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-lift.hpp36 using detail_result = decltype(check<for_type, func_type>(0)); typedef
39 is_subscriber<detail_result>,
41 std::is_convertible<V, typename rxu::value_type_from<detail_result>::type>>::value;
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-connectable_observable.hpp23 typedef decltype(check<T>(0)) detail_result; typedef
24 static const bool value = std::is_same<detail_result, void>::value;
Drx-grouped_observable.hpp23 typedef decltype(check<Source>(0)) detail_result; typedef
24 static const bool value = std::is_same<detail_result, rxu::decay_t<K>>::value;
Drx-observer.hpp123 typedef decltype(check<T, rxu::decay_t<F>>(0)) detail_result; typedef
124 static const bool value = std::is_same<detail_result, void>::value;
Drx-observable.hpp29 typedef decltype(check<rxu::decay_t<Subscriber>, T>(0)) detail_result; typedef
30 static const bool value = std::is_same<detail_result, void>::value;