ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
Loading...
Searching...
No Matches
rpp::constraint::observer Concept Reference
Concept definition
template
<
typename
T>
concept
rpp::constraint::observer
= std::is_base_of_v<details::observer_tag, std::decay_t<T>> &&
observer_callbacks_exists<T>
rpp::constraint::observer_callbacks_exists
Definition:
constraints.hpp:19
rpp::constraint::observer
Definition:
constraints.hpp:26
rpp
constraint
observer
Generated by
1.9.7