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

Concept definition

template<typename T>
concept rpp::constraint::decayed_observer = observer<T> && decayed_type<T>
Definition: constraints.hpp:27
Definition: constraints.hpp:26