Searched defs:on_error_resume_next (Results 1 – 2 of 2) sorted by relevance
43 struct on_error_resume_next struct45 typedef rxu::decay_t<T> value_type;46 typedef rxu::decay_t<Selector> select_type;47 typedef decltype((*(select_type*)nullptr)(rxu::error_ptr())) fallback_type;48 select_type selector;50 on_error_resume_next(select_type s) in on_error_resume_next() argument56 struct on_error_resume_next_observer99 auto operator()(Subscriber dest) const in operator ()()110 auto on_error_resume_next(AN&&... an) in on_error_resume_next() function
810 auto on_error_resume_next(AN&&... an) const in on_error_resume_next() function in rxcpp::observable