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

Concept definition

template<typename T>
concept rpp::constraint::subscriber = std::is_base_of_v<details::subscriber_tag, std::decay_t<T>> && observer_callbacks_exists<T>
Definition: constraints.hpp:19
Definition: constraints.hpp:19