ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
rpp::schedulers::constraint::strategy Concept Reference
Concept definition
template
<
typename
S>
concept
rpp::schedulers::constraint::strategy
= (
defer_for_strategy<S>
||
defer_to_strategy<S>
) &&
requires
() {
{
S::now()
} -> std::same_as<rpp::schedulers::time_point>;
}
rpp::schedulers::constraint::defer_for_strategy
Definition
fwd.hpp:121
rpp::schedulers::constraint::defer_to_strategy
Definition
fwd.hpp:134
rpp::schedulers::constraint::strategy
Definition
fwd.hpp:147
rpp
schedulers
constraint
strategy
Generated by
1.12.0