Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-lift.hpp34 using for_type = rxu::decay_t<S>; typedef
36 using detail_result = decltype(check<for_type, func_type>(0));
40 is_subscriber<for_type>,