ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
rpp::constraint::invocable_r_v Concept Reference
Concept definition
template
<
typename
Ret,
typename
Fn,
typename
... Args>
concept
rpp::constraint::invocable_r_v
= std::invocable<Fn, Args...> && std::same_as<Ret, std::invoke_result_t<Fn, Args...>>
rpp::constraint::invocable_r_v
Definition
constraints.hpp:50
rpp
constraint
invocable_r_v
Generated by
1.12.0