Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-lift.hpp26 struct is_lift_function_for { struct
28 struct tag_not_valid {};
34 using for_type = rxu::decay_t<S>;
35 using func_type = rxu::decay_t<F>;
36 using detail_result = decltype(check<for_type, func_type>(0));
38 static const bool value = rxu::all_true_type<