Searched defs:is_result_function_for (Results 1 – 1 of 1) sorted by relevance
68 struct is_result_function_for { struct70 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;