ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::constraint::operator_lift Concept Reference

Concept definition

template<typename Op, typename Type>
{
op.template lift<Type>(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:238
Definition fwd.hpp:235
Definition fwd.hpp:95
Definition fwd.hpp:105