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

Public Member Functions

template<constraint::subscriber TSub>
auto operator() (TSub &&subscriber) const
 

Public Attributes

RPP_NO_UNIQUE_ADDRESS OnNext on_next
 
RPP_NO_UNIQUE_ADDRESS OnError on_error
 
RPP_NO_UNIQUE_ADDRESS OnCompleted on_completed
 

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