ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::details::on_error_resume_next_impl< Type, ResumeCallable > Struct Template Reference

Functor of OperatorFn for "on_error_resume_next" operator (used by "lift"). More...

#include <on_error_resume_next.hpp>

Public Member Functions

template<constraint::subscriber_of_type< Type > TSub>
auto operator() (TSub &&downstream_subscriber) const
 

Public Attributes

RPP_NO_UNIQUE_ADDRESS ResumeCallable resume_callable
 

Detailed Description

template<constraint::decayed_type Type, rpp::details::resume_callable ResumeCallable>
struct rpp::details::on_error_resume_next_impl< Type, ResumeCallable >

Functor of OperatorFn for "on_error_resume_next" operator (used by "lift").


The documentation for this struct was generated from the following files: