ReactivePlusPlus
ReactiveX implementation for C++20
|
A concept that defines the requirements for an observable strategy. More...
#include <fwd.hpp>
A concept that defines the requirements for an observable strategy.
This concept ensures that a type S meets the following criteria:
S | The type to be checked against the concept. |
T | The type of the values emitted by the observable. |