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...>>
Definition constraints.hpp:50