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>
rpp::constraint::observer_callbacks_exists
Definition:
constraints.hpp:19
rpp::constraint::subscriber
Definition:
constraints.hpp:19
rpp
constraint
subscriber
Generated by
1.9.7