Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-reduce.hpp68 struct is_result_function_for { struct
70 typedef rxu::decay_t<ResultSelector> result_selector_type;
71 typedef rxu::decay_t<Seed> seed_type;
73 struct tag_not_valid {};
80 typedef rxu::decay_t<decltype(check<seed_type, result_selector_type>(0))> type;
81 static const bool value = !std::is_same<type, tag_not_valid>::value;