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

Concept definition

template<typename T>
concept rpp::constraint::observable = std::derived_from<std::decay_t<T>, details::observable_tag>
Definition: constraints.hpp:19