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

Concept definition

template<typename T>
concept rpp::subjects::constraint::subject = std::derived_from<std::decay_t<T>, details::subject_tag>
Definition: constraints.hpp:20