ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
rpp::constraint::operator_lift_with_disposables_strategy Concept Reference

Same as rpp::constraint::operator_lift but with custom disposables logic. For example, if you are manually create storage for disposables and want to do it optimal. More...

#include <fwd.hpp>

Concept definition

template<typename Op, typename Type, typename DisposableStrategy>
{
op.template lift_with_disposables_strategy<Type, DisposableStrategy>(std::move(observer))
}
Base class for any observer used in RPP. It handles core callbacks of observers. Objects of this clas...
Definition observer.hpp:172
Definition fwd.hpp:253
Definition fwd.hpp:250
Same as rpp::constraint::operator_lift but with custom disposables logic. For example,...
Definition fwd.hpp:134

Detailed Description

Same as rpp::constraint::operator_lift but with custom disposables logic. For example, if you are manually create storage for disposables and want to do it optimal.