ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::details::state_observer< T, OnNext, OnError, OnCompleted, States > Member List

This is the complete list of members for rpp::details::state_observer< T, OnNext, OnError, OnCompleted, States >, including all inherited members.

on_completed() constrpp::details::state_observer< T, OnNext, OnError, OnCompleted, States >inline
on_error(const std::exception_ptr &err) constrpp::details::state_observer< T, OnNext, OnError, OnCompleted, States >inline
on_next(const T &v) constrpp::details::state_observer< T, OnNext, OnError, OnCompleted, States >inline
on_next(T &&v) constrpp::details::state_observer< T, OnNext, OnError, OnCompleted, States >inline
state_observer(std::invocable< T, States... > auto &&on_next, std::invocable< std::exception_ptr, States... > auto &&on_error, std::invocable< States... > auto &&on_completed, TStates &&...states) (defined in rpp::details::state_observer< T, OnNext, OnError, OnCompleted, States >)rpp::details::state_observer< T, OnNext, OnError, OnCompleted, States >inline