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

Concept definition

template<typename T, typename Type>
concept rpp::constraint::observable_of_type = observable<T> && std::same_as<utils::extract_observable_type_t<T>, std::decay_t<Type>>
Definition fwd.hpp:67